Use localhost for seafhttp

This commit is contained in:
Adrian 2016-02-01 18:32:45 +01:00
parent b81ac9398c
commit 40b8d21bc6

View file

@ -10,7 +10,7 @@ server {
location /seafhttp {
rewrite ^/seafhttp(.*)$ $1 break;
proxy_pass http://127.0.0.1:8082;
proxy_pass http://localhost:8082;
client_max_body_size 0;
proxy_connect_timeout 36000s;
proxy_read_timeout 36000s;