It's 2023 after all. 21MB ought to be enough for anybody.

This commit is contained in:
Julien Palard 2023-01-30 22:02:11 +01:00
parent e71300e390
commit b753acc41f
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
access_log /var/log/nginx/{{ discourse_domain }}-access.log;
error_log /var/log/nginx/{{ discourse_domain }}-error.log;
include snippets/letsencrypt-{{ discourse_domain }}.conf;
client_max_body_size 4m;
client_max_body_size 21m;
location / {
error_page 502 =502 /errorpages/discourse_offline.html;