mirror of
https://github.com/veops/cmdb.git
synced 2025-08-25 09:49:22 +08:00
feat: update nginx configuration client_max_body_size
This commit is contained in:
@@ -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)
|
||||
|
@@ -26,6 +26,8 @@ server {
|
||||
application/rss+xml
|
||||
image/svg+xml;
|
||||
|
||||
client_max_body_size 100m;
|
||||
|
||||
root /etc/nginx/html;
|
||||
location / {
|
||||
root /etc/nginx/html;
|
||||
|
Reference in New Issue
Block a user