mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/11337] Silence nginx config file writing.
PHPBB3-11337
This commit is contained in:
@@ -46,7 +46,7 @@ server {
|
|||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
" | sudo tee $NGINX_CONF
|
" | sudo tee $NGINX_CONF > /dev/null
|
||||||
|
|
||||||
# Start daemons
|
# Start daemons
|
||||||
sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.conf"
|
sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.conf"
|
||||||
|
Reference in New Issue
Block a user