Dynamic nginx max request size

This commit is contained in:
Eldad Fux
2020-06-23 13:06:07 +03:00
parent 0abfa5e5fc
commit b42c99ea94
4 changed files with 4 additions and 4 deletions
+2
View File
@@ -4,6 +4,8 @@ export PHP_VERSION=$PHP_VERSION
chown -Rf www-data.www-data /usr/share/nginx/html/
sed 's/%_APP_STORAGE_LIMIT%/'$_APP_STORAGE_LIMIT'/g' /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
# Function to update the fpm configuration to make the service environment variables available
function setEnvironmentVariable() {
if [ -z "$2" ]; then