Skip to content

Instantly share code, notes, and snippets.

@si294r
Created August 26, 2016 07:11
Show Gist options
  • Save si294r/6f7e00a534942174115a41d12f38de03 to your computer and use it in GitHub Desktop.
Save si294r/6f7e00a534942174115a41d12f38de03 to your computer and use it in GitHub Desktop.
        <Location /PushAdmin>
                RequestHeader set X-Forwarded-Proto "https"
                ProxyPass http://localhost:8080/PushAdmin
                ProxyPassReverse http://localhost:8080/PushAdmin
        </Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment