various fixes

This commit is contained in:
bunkerity
2020-11-13 17:57:39 +01:00
parent 8cdc155ac0
commit 0f0593456c
21 changed files with 22 additions and 22 deletions

View File

@@ -2,5 +2,5 @@ proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
proxy_pass http://mytomcat:8080/sample$request_uri;
proxy_pass http://mytomcat:8080/sample;
}