nginx/office.conf

11 lines
265 B
Text
Raw Normal View History

2021-05-22 18:30:52 +00:00
server {
listen 443 ssl;
server_name office.exozy.me;
ssl_certificate /etc/letsencrypt/live/exozy.me/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem;
2021-05-25 03:24:31 +00:00
2021-05-22 18:30:52 +00:00
client_max_body_size 20M;
include snippets/loolwsd.conf;
}