Merge and track latest features on stable #6
|
@ -197,6 +197,7 @@ echo "Done!
|
||||||
|
|
||||||
#nginx - configuration
|
#nginx - configuration
|
||||||
cat << NC_NGINX > $NC_NGINX_CONF
|
cat << NC_NGINX > $NC_NGINX_CONF
|
||||||
|
#nextcloud config
|
||||||
upstream php-handler {
|
upstream php-handler {
|
||||||
#server 127.0.0.1:9000;
|
#server 127.0.0.1:9000;
|
||||||
server unix:/run/php/php${PHPVER}-fpm.sock;
|
server unix:/run/php/php${PHPVER}-fpm.sock;
|
||||||
|
|
Loading…
Reference in New Issue