diff --git a/conf/nginx.conf b/conf/nginx.conf index 7f0e372..4b1646c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,9 +17,6 @@ location __PATH__/ { # WebSocket proxying - from http://nginx.org/en/docs/http/websocket.html proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; - - # Include SSOWAT user panel. - #include conf.d/yunohost_panel.conf.inc; } location ~* __PATH__/p/[^/]*(_|%|\*)[^/]*/export/etherpad {