Skip to content

Instantly share code, notes, and snippets.

@582033
Created July 8, 2016 08:07
Show Gist options
  • Save 582033/921fe933b130ae799152533492446167 to your computer and use it in GitHub Desktop.
Save 582033/921fe933b130ae799152533492446167 to your computer and use it in GitHub Desktop.
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