nginx/collabora-online.conf

11 lines
192 B
Text

server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name office.exozy.me;
include conf.d/ssl;
client_max_body_size 20M;
include snippets/coolwsd.conf;
}