mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Add max upload size to nginx (#7358)
This commit is contained in:
parent
be5d65f421
commit
8a7eeee727
2 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ server {
|
|||
listen 80;
|
||||
root /opt/snipe-it/public;
|
||||
server_name $IPADDRESS;
|
||||
client_max_body_size 100M;
|
||||
index index.php;
|
||||
|
||||
location / {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue