Skip to content

Instantly share code, notes, and snippets.

@framon
Created September 5, 2019 14:35
Show Gist options
  • Save framon/7e629430f4afd5944cf5d0ea3aae7aeb to your computer and use it in GitHub Desktop.
Save framon/7e629430f4afd5944cf5d0ea3aae7aeb to your computer and use it in GitHub Desktop.
Preservar RequestURL do nginx para o Tomcat
location / {
proxy_pass http://my_app_upstream;
proxy_set_header Host $host;
# ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment