fix: file upload size limit (#1218)
This commit is contained in:
parent
fae9d8cdc1
commit
705371eaf3
5 changed files with 46 additions and 33 deletions
4
nginx/env.sh
Normal file
4
nginx/env.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
envsubst < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
|
||||
exec nginx -g 'daemon off;'
|
||||
Loading…
Add table
Add a link
Reference in a new issue