fix notification-server nginx conf

This commit is contained in:
skywalker 2023-02-21 17:19:19 +08:00
parent c01f7c2cf8
commit 36703b142a

View File

@ -203,6 +203,11 @@ server {
access_log /var/log/nginx/seafhttp.access.log seafileformat;
error_log /var/log/nginx/seafhttp.error.log;
}
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_http_version 1.1;