mirror of https://github.com/MISP/misp-docker
Match nginx max upload to php
parent
5efd4dd8f6
commit
a676d0b65f
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue