This commit is contained in:
qorg11 2020-05-12 17:20:01 +02:00
parent b43a9155f1
commit 9ad059a510
Signed by: qorg11
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ server
listen 80;
listen [::]:80;
client_max_body_size 100m; # max size 10MBs, change 10 to 100 in upload.cgi in line 30
client_max_body_size 100m; # max size 100MBs, change 10 to 100 in upload.cgi in line 30
root /var/www/lainsafe;
location ~ \.cgi$ {