Skip to content

Commit 44e216f

Browse files
committed
Use the correct directive for the trusted list.
1 parent 1dfcf95 commit 44e216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/apache2/conf-available/remoteip.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ RemoteIPHeader X-Forwarded-For
33
RemoteIPInternalProxyList conf/remoteip/internal-proxy.lst
44
</IfFile>
55
<IfFile conf/remoteip/trusted-proxy.lst>
6-
RemoteIPInternalProxyList conf/remoteip/trusted-proxy.lst
6+
RemoteIPTrustedProxyList conf/remoteip/trusted-proxy.lst
77
</IfFile>

0 commit comments

Comments
 (0)