Last active
February 16, 2025 15:28
-
-
Save SwagDevOps/91c9a307937ba6ad33d06dc45df3f93d to your computer and use it in GitHub Desktop.
Revisions
-
SwagDevOps revised this gist
Feb 16, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # vim: set filetype=apache ts=2 sw=2 expandtab: <IfModule mod_remoteip.c> RemoteIPHeader X-Forwarded-For RemoteIPTrustedProxy 127.0.0.1 -
SwagDevOps revised this gist
Feb 16, 2025 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # vim: set filetype=apache ts=4 sw=4 expandtab: <IfModule mod_remoteip.c> RemoteIPHeader X-Forwarded-For RemoteIPTrustedProxy 127.0.0.1 -
SwagDevOps created this gist
Feb 16, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <IfModule mod_remoteip.c> RemoteIPHeader X-Forwarded-For RemoteIPTrustedProxy 127.0.0.1 </IfModule> <IfModule mod_setenvif.c> SetEnvIfNoCase X-Forwarded-Proto "^https$" HTTPS=on </IfModule>