Created
July 8, 2016 08:07
-
-
Save 582033/921fe933b130ae799152533492446167 to your computer and use it in GitHub Desktop.
This file contains 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 /lantern/ { | |
proxy_set_header Accept-Encoding ''; | |
proxy_pass https://getlantern.org/; | |
sub_filter '"/static' '"/lantern/static'; | |
sub_filter_once off; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment