Last active
February 12, 2016 01:18
-
-
Save changtimwu/07bc861ac7adfc138481 to your computer and use it in GitHub Desktop.
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 characters
gitlab.example-domain.com { | |
proxy / localhost:10080 { | |
proxy_header Host {host} | |
proxy_header X-Real-IP {remote} | |
proxy_header X-Forwarded-Proto {scheme} | |
proxy_header X-Forwarded-Ssl on | |
} | |
log access-gitlab.log | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment