feat: update nginx configuration client_max_body_size

This commit is contained in:
pycook
2025-03-26 21:02:28 +08:00
parent 47332aca3c
commit 5ceb8ff6f9
2 changed files with 3 additions and 0 deletions

View File

@@ -1399,6 +1399,7 @@ class CITypeTemplateManager(object):
i.pop('order', None) i.pop('order', None)
i.pop('choice_web_hook', None) i.pop('choice_web_hook', None)
i.pop('choice_other', None) i.pop('choice_other', None)
i.pop('choice_builtin', None)
i.pop('order', None) i.pop('order', None)
i.pop('inherited_from', None) i.pop('inherited_from', None)
choice_value = i.pop('choice_value', None) choice_value = i.pop('choice_value', None)

View File

@@ -26,6 +26,8 @@ server {
application/rss+xml application/rss+xml
image/svg+xml; image/svg+xml;
client_max_body_size 100m;
root /etc/nginx/html; root /etc/nginx/html;
location / { location / {
root /etc/nginx/html; root /etc/nginx/html;