mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix nginx rewrite
This commit is contained in:
parent
74a7313dcb
commit
2bfcfc26ee
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ location PATHTOCHANGE {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /seafhttp {
|
location /seafhttp {
|
||||||
rewrite ^/seafhttp(.*)$ $1 break;
|
rewrite ^/seafhttp(.*)$ /seafhttp$1 break;
|
||||||
proxy_pass http://127.0.0.1:SEAFILE_FILESERVER_PORT;
|
proxy_pass http://127.0.0.1:SEAFILE_FILESERVER_PORT;
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
proxy_connect_timeout 36000s;
|
proxy_connect_timeout 36000s;
|
||||||
|
|
Loading…
Reference in a new issue