mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 12:40:13 +01:00
[ticket/11337] Silence nginx config file writing.
PHPBB3-11337
This commit is contained in:
parent
d2f09a9e65
commit
ea1c8ee85a
@ -46,7 +46,7 @@ server {
|
||||
include fastcgi_params;
|
||||
}
|
||||
}
|
||||
" | sudo tee $NGINX_CONF
|
||||
" | sudo tee $NGINX_CONF > /dev/null
|
||||
|
||||
# Start daemons
|
||||
sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.conf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user