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

Update nginx.conf

parent d5eea55b
......@@ -7,6 +7,8 @@ http {
include mime.types;
default_type application/octet-stream;
sendfile on;
server_tokens off;
client_max_body_size 100M;
include resty-http.conf;
......@@ -17,4 +19,4 @@ http {
}
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