mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Set Connection hdr to connection_upgrade (#326)
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
fcf8d6f89d
commit
e1948d2b11
|
|
@ -60,7 +60,7 @@ server {
|
|||
proxy_pass http://127.0.0.1:8083/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
access_log /var/log/nginx/notif.access.log;
|
||||
error_log /var/log/nginx/notif.error.log;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue