1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 07:47:34 +02:00

[ticket/15924] Install apc via pecl and remove nginx config check

PHPBB3-15924
This commit is contained in:
Marc Alexander
2018-12-31 23:15:29 +01:00
parent 444e5e6498
commit bdf9af0abb
2 changed files with 1 additions and 2 deletions

View File

@@ -54,5 +54,4 @@ cat $DIR/../phpBB/docs/nginx.sample.conf \
| sudo tee $NGINX_SITE_CONF
sudo sed -i "s/user www-data;/user $USER;/g" $NGINX_CONF
sudo nginx -t
sudo service nginx start