diff --git a/conf/nginx.conf b/conf/nginx.conf index a6901b6..ee2852b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; }