1
0
Fork 0
forked from exozyme/nginx
nginx/collabora-online.conf

11 lines
192 B
Text
Raw Normal View History

2021-05-22 18:30:52 +00:00
server {
2021-06-17 03:28:04 +00:00
listen 443 ssl http2;
listen [::]:443 ssl http2;
2021-05-22 18:30:52 +00:00
server_name office.exozy.me;
include conf.d/ssl;
2021-05-25 03:24:31 +00:00
2021-05-22 18:30:52 +00:00
client_max_body_size 20M;
2021-12-02 00:17:13 +00:00
include snippets/coolwsd.conf;
2021-05-22 18:30:52 +00:00
}