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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 / {