mirror of
https://github.com/veops/cmdb.git
synced 2025-08-25 20:09:00 +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('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)
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user