-
-
Save joppuyo/eee4599a4fd6357acc9f02097514c3ab to your computer and use it in GitHub Desktop.
Previous apache config
This file contains 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 characters
<IfModule mod_setenvif.c> | |
SetEnvIf X-Forwarded-Host (.*) REAL_HOST_HEADER=$1 | |
<IfModule mod_headers.c> | |
RequestHeader set Host "%{REAL_HOST_HEADER}e" | |
# Header set X-Debug-Host "%{REAL_HOST_HEADER}e" | |
</IfModule> | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment