examples - nextcloud fix and tomcat

This commit is contained in:
bunkerity
2020-11-06 22:24:34 +01:00
parent 761c14a0b8
commit 798f6c726d
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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;
}