Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
601 B

  1. ## Increase this if you want to upload large attachments
  2. client_max_body_size 100m;
  3. gzip on;
  4. gzip_vary on;
  5. gzip_types text/plain
  6. text/xml
  7. text/css
  8. text/csv
  9. font/ttf
  10. application/xml
  11. application/javascript
  12. application/x-javascript
  13. application/json
  14. application/octet-stream
  15. application/x-font-ttf
  16. application/rtf
  17. application/wasm;
  18. access_log /var/log/onlyoffice/documentserver/nginx.access.log;
  19. error_log /var/log/onlyoffice/documentserver/nginx.error.log;