Use localhost for seafhttp
This commit is contained in:
parent
b81ac9398c
commit
40b8d21bc6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue