fix max upload

This commit is contained in:
Alexandre BRACH
2019-06-06 14:11:54 +02:00
parent c9841d9320
commit cb198fb52f
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
cat /nginx.conf.sample
cat nginx.conf.sample | sed "s/\$MAX_BODY_SIZE/$MAX_BODY_SIZE/g" > /etc/nginx/nginx.conf
cat /etc/nginx/nginx.conf
nginx -g "daemon off;"