mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-26 01:22:52 +00:00
fix notification-server nginx conf
This commit is contained in:
parent
c01f7c2cf8
commit
36703b142a
|
|
@ -203,6 +203,11 @@ server {
|
||||||
access_log /var/log/nginx/seafhttp.access.log seafileformat;
|
access_log /var/log/nginx/seafhttp.access.log seafileformat;
|
||||||
error_log /var/log/nginx/seafhttp.error.log;
|
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 {
|
location /notification {
|
||||||
proxy_pass http://127.0.0.1:8083/;
|
proxy_pass http://127.0.0.1:8083/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue