From c01f7c2cf8a9937b1fe31b9f1e9bd1c148ccb28e Mon Sep 17 00:00:00 2001 From: skywalker Date: Tue, 21 Feb 2023 10:46:03 +0800 Subject: [PATCH] fix 10.0 nginx conf --- seafile-10.0_ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile-10.0_ubuntu b/seafile-10.0_ubuntu index d46070d..6066ecb 100644 --- a/seafile-10.0_ubuntu +++ b/seafile-10.0_ubuntu @@ -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;