Browse Source

Fix client_max_body_size to 100M

pull/1175/head
Hironsan 3 years ago
parent
commit
e39a4c2c42
1 changed files with 1 additions and 1 deletions
  1. 2
      nginx/nginx.conf

2
nginx/nginx.conf

@ -1,7 +1,7 @@
server {
listen 80;
charset utf-8;
client_max_body_size 1000M;
client_max_body_size 100M;
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";

Loading…
Cancel
Save