Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Created October 7, 2018 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VirtuBox/93afdb18e055bda063a48ac2697fc513 to your computer and use it in GitHub Desktop.
Save VirtuBox/93afdb18e055bda063a48ac2697fc513 to your computer and use it in GitHub Desktop.
location ~ ^/.* {
include proxy_params;
sub_filter 'transfer.sh' 'domaine.tld';
sub_filter 'transfer.sh' 'domaine.tld';
sub_filter_once off;
proxy_pass http://127.0.0.1:8080;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment