From c8aa58a7f8bde0f779b97393273b0c51ca00924b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 17 Jun 2020 17:06:51 -0500 Subject: [PATCH] Small comment --- jra_nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index b546a58..adbf6fc 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -197,6 +197,7 @@ echo "Done! #nginx - configuration cat << NC_NGINX > $NC_NGINX_CONF +#nextcloud config upstream php-handler { #server 127.0.0.1:9000; server unix:/run/php/php${PHPVER}-fpm.sock;