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;
......
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