Match nginx max upload to php

pull/1/head
Jason Kendall 2020-03-20 10:14:53 -04:00
parent 5efd4dd8f6
commit a676d0b65f
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ server {
root /var/www/MISP/app/webroot;
index index.php;
client_max_body_size 50M;
# Disable access logs
access_log off;
log_not_found off;

View File

@ -4,6 +4,8 @@ server {
root /var/www/MISP/app/webroot;
index index.php;
client_max_body_size 50M;
# Disable access logs
access_log off;
log_not_found off;