This commit is contained in:
Dryusdan 2017-12-17 01:45:48 +01:00
parent a9b95ee409
commit f9d21ca3ba
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ ARG NGINX_GPG="573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
ARG PHP_VER=7.1.10 ARG PHP_VER=7.1.10
ARG PHP_MIRROR=http://fr2.php.net ARG PHP_MIRROR=http://fr2.php.net
ARG PHP_CONF="--enable-fpm \ ARG PHP_CONF="--enable-fpm \
--with-fpm-user=web \ --with-fpm-user=librenms \
--with-fpm-group=web \ --with-fpm-group=librenms \
--with-config-file-path="/php" \ --with-config-file-path="/php" \
--with-config-file-scan-dir="/php/conf.d" \ --with-config-file-scan-dir="/php/conf.d" \
--disable-cgi \ --disable-cgi \

View file

@ -1,4 +1,4 @@
#user web; user librenms;
worker_processes auto; worker_processes auto;
pid /nginx/run/nginx.pid; pid /nginx/run/nginx.pid;