From 4d2fe5d8c7df375d7e4c1a431969015690f928a1 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Sat, 30 Sep 2023 21:25:40 +0200 Subject: [PATCH] corrected the path to nginx.conf even correctlier --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a012659..366769c 100644 --- a/scripts/install +++ b/scripts/install @@ -63,7 +63,7 @@ for range in $ranges; do cidr=8 ;; esac - sed -i "/# allowed subnets/a allow ${range}/${cidr}; # added by install script" conf/nginx.conf + sed -i "/# allowed subnets/a allow ${range}/${cidr}; # added by install script" ../conf/nginx.conf done ynh_add_nginx_config