Merge pull request #804 from pushytoxin/matrix-etherpad

Self-hosted Etherpad
This commit is contained in:
Slavi Pantaleev
2021-01-31 09:55:46 +02:00
committed by GitHub
18 changed files with 496 additions and 0 deletions

View File

@ -45,6 +45,11 @@ http {
keepalive_timeout 65;
#gzip on;
{# Map directive needed for proxied WebSocket upgrades #}
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
include /etc/nginx/conf.d/*.conf;
}