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