Add max upload size to nginx (#7358)

This commit is contained in:
Slaviša Arežina
2025-09-02 22:16:48 +02:00
committed by GitHub
parent be5d65f421
commit 8a7eeee727
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ server {
listen 80;
root /opt/snipe-it/public;
server_name $IPADDRESS;
client_max_body_size 100M;
index index.php;
location / {