Skip to content

Instantly share code, notes, and snippets.

@ryan953
Created June 19, 2018 18:41
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 ryan953/91aeda23bba3598db2e7e9ecf0b7f04b to your computer and use it in GitHub Desktop.
Save ryan953/91aeda23bba3598db2e7e9ecf0b7f04b to your computer and use it in GitHub Desktop.
location / {
rewrite "^/htxg/amp/(.*)/(.*)/(\?.*)??" "/priv/doc?sign=https://www.pinterest.com/amp/$1/$2/" break;
proxy_pass http://localhost:8080;
include /etc/nginx/conf.d/proxy.conf;
set $upstream_name localhost:8080;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment