mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
Allow keep alive connection when ws is off
This help improves performance.
This commit is contained in:
parent
a824e15684
commit
6cc1abc893
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ location {{ url }} {% raw %}{{% endraw +%}
|
|||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
{% else %}
|
||||
proxy_set_header Connection "";
|
||||
{% endif %}
|
||||
{% if headers != "" %}
|
||||
{% for header in headers.split(";") +%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue