From 00717203b493d70c7c955ea35b4e44dcc210c0da Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 11 Aug 2018 12:49:44 +0200 Subject: [PATCH] typo --- nextcloud_install_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index d8b76004..55622b37 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -213,7 +213,7 @@ calculate_max_children # Set up a php-fpm pool with a unixsocket cat << POOL_CONF > "$PHP_POOL_DIR/nextcloud.conf" -[NextCloud] +[Nextcloud] user = www-data group = www-data listen = /run/php/php7.2-fpm.nextcloud.sock