Skip to content

Instantly share code, notes, and snippets.

@jakubriedl
Created March 4, 2016 15:50
Show Gist options
  • Save jakubriedl/642599a0ce1a63f97b16 to your computer and use it in GitHub Desktop.
Save jakubriedl/642599a0ce1a63f97b16 to your computer and use it in GitHub Desktop.
Nginx reverse proxy conf
location / {
proxy_set_header Host arrivacz-custom.bileto.com;
proxy_ssl_verify off;
proxy_ssl_session_reuse off;
proxy_ssl_server_name on;
proxy_pass https://arrivacz-custom.bileto.com;
# try_files $uri $uri/ =404;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment