Skip to content

Instantly share code, notes, and snippets.

@smiler
Created October 29, 2014 08:02
Show Gist options
  • Save smiler/ac34052fa7714442f227 to your computer and use it in GitHub Desktop.
Save smiler/ac34052fa7714442f227 to your computer and use it in GitHub Desktop.
location ~ ^/invite/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_pass http://mysubdomain.mydomain.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment