mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11337] Silence nginx config file writing.
PHPBB3-11337
This commit is contained in:
parent
d2f09a9e65
commit
ea1c8ee85a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue