mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge pull request #111 from opi/patch-1
Recommended proxy_http version for keepalive connections
This commit is contained in:
commit
12baf4a5f0
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ location __PATH__/ {
|
|||
proxy_buffering off;
|
||||
more_set_headers "X-Frame-Options : ALLOWALL";
|
||||
|
||||
# Recommended proxy_http version for keepalive connections
|
||||
# https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#nginx
|
||||
proxy_http_version 1.1;
|
||||
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue