update: reverse proxy configuration for notification server

This commit is contained in:
Jizhou Deng 2025-11-04 16:48:57 +08:00
parent af79de50da
commit 230835512e

View File

@ -119,13 +119,8 @@ Modify `nginx.conf` and add reverse proxy for services ***seafile*** and ***sead
```
=== "notification-server"
```conf
location /notification/ping {
proxy_pass http://127.0.0.1:8083/ping;
access_log /var/log/nginx/notification.access.log seafileformat;
error_log /var/log/nginx/notification.error.log;
}
location /notification {
proxy_pass http://127.0.0.1:8083/;
proxy_pass http://127.0.0.1:8083;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";