fix 10.0 nginx conf

This commit is contained in:
skywalker 2023-02-21 10:46:03 +08:00
parent 9fd00e5a0f
commit c01f7c2cf8

View File

@ -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;