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('choice_web_hook', None)
i.pop('choice_other', None)
i.pop('choice_builtin', None)
i.pop('order', None)
i.pop('inherited_from', None)
choice_value = i.pop('choice_value', None)