mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-28 09:56:24 +01:00
Add max upload size to nginx (#7358)
This commit is contained in:
@ -62,6 +62,7 @@ server {
|
||||
listen 80;
|
||||
root /opt/snipe-it/public;
|
||||
server_name $IPADDRESS;
|
||||
client_max_body_size 100M;
|
||||
index index.php;
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user