From f9d21ca3ba27d8f873720ca5cf7191c866bf4eea Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Sun, 17 Dec 2017 01:45:48 +0100 Subject: [PATCH] update --- Dockerfile | 4 ++-- rootfs/nginx/conf/nginx.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1c40462..ac6ea52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,8 @@ ARG NGINX_GPG="573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \ ARG PHP_VER=7.1.10 ARG PHP_MIRROR=http://fr2.php.net ARG PHP_CONF="--enable-fpm \ - --with-fpm-user=web \ - --with-fpm-group=web \ + --with-fpm-user=librenms \ + --with-fpm-group=librenms \ --with-config-file-path="/php" \ --with-config-file-scan-dir="/php/conf.d" \ --disable-cgi \ diff --git a/rootfs/nginx/conf/nginx.conf b/rootfs/nginx/conf/nginx.conf index 2d15f00..9f1d387 100644 --- a/rootfs/nginx/conf/nginx.conf +++ b/rootfs/nginx/conf/nginx.conf @@ -1,4 +1,4 @@ -#user web; +user librenms; worker_processes auto; pid /nginx/run/nginx.pid;