mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-25 17:02:46 +00:00
fix 10.0 nginx conf
This commit is contained in:
parent
9fd00e5a0f
commit
c01f7c2cf8
|
|
@ -206,7 +206,7 @@ server {
|
|||
location /notification {
|
||||
proxy_pass http://127.0.0.1:8083/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Upgrade \$http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
access_log /var/log/nginx/notification.access.log seafileformat;
|
||||
error_log /var/log/nginx/notification.error.log;
|
||||
|
|
|
|||
Loading…
Reference in New Issue