Created
March 4, 2016 15:50
-
-
Save jakubriedl/642599a0ce1a63f97b16 to your computer and use it in GitHub Desktop.
Nginx reverse proxy conf
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
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