redirect stuff

master
root 2018-06-13 11:27:42 +02:00
parent 0b3e945cfa
commit 7d58f60a3c
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
location /forum/ {
proxy_pass http://forum/;
location /forum {
proxy_pass http://forum/forum;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header Host pandorabox.io;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;