diff --git a/custom/proxy/config/conf.d/request-body.conf b/custom/proxy/config/conf.d/request-body.conf deleted file mode 100644 index f869c1d..0000000 --- a/custom/proxy/config/conf.d/request-body.conf +++ /dev/null @@ -1 +0,0 @@ -client_max_body_size 4096m; \ No newline at end of file diff --git a/custom/proxy/config/conf.d/temp-frontend.conf b/custom/proxy/config/conf.d/temp-frontend.conf deleted file mode 100644 index 999981b..0000000 --- a/custom/proxy/config/conf.d/temp-frontend.conf +++ /dev/null @@ -1,11 +0,0 @@ -server { - listen 80; - server_name "ixvd.net"; - return 302 https://faulty.envs.net/; -} - -server { - listen 443 ssl http2; - server_name "ixvd.net"; - return 302 https://faulty.envs.net/; -} \ No newline at end of file diff --git a/custom/proxy/config/nginx.conf b/custom/proxy/config/nginx.conf index db3b14f..16f8a33 100644 --- a/custom/proxy/config/nginx.conf +++ b/custom/proxy/config/nginx.conf @@ -30,6 +30,8 @@ http { include /etc/nginx/conf.d/*.conf; + client_max_body_size 4096m; + } daemon off; \ No newline at end of file