Unverified Commit 2cbfca99 authored by Vir's avatar Vir Committed by GitHub
Browse files

Update nginx.conf

parent d5eea55b
...@@ -7,6 +7,8 @@ http { ...@@ -7,6 +7,8 @@ http {
include mime.types; include mime.types;
default_type application/octet-stream; default_type application/octet-stream;
sendfile on; sendfile on;
server_tokens off;
client_max_body_size 100M;
include resty-http.conf; include resty-http.conf;
...@@ -17,4 +19,4 @@ http { ...@@ -17,4 +19,4 @@ http {
} }
include /etc/nginx/conf.d/*.conf; include /etc/nginx/conf.d/*.conf;
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment