increase upload size to 100M

This commit is contained in:
2023-04-11 18:48:16 -05:00
parent 6e1c1f4450
commit 2627bbfc11

View File

@@ -14,6 +14,7 @@ events {
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
client_max_body_size 100M;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '