corrected the path to nginx.conf even correctlier

This commit is contained in:
Eclipse 2023-09-30 21:25:40 +02:00
parent bfc4b2eada
commit 4d2fe5d8c7

View File

@ -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