|
|
@@ -6,7 +6,7 @@
|
|
|
####### Place additional commands below. #######
|
|
|
#######################################################################################
|
|
|
|
|
|
-# Add default SSL Certificate config when ip is visisted
|
|
|
+# Add default SSL Certificate config when ip is visited
|
|
|
if [ "$PROXY_SYSTEM" = "nginx" ]; then
|
|
|
echo "[ ! ] Update IP.conf"
|
|
|
while read IP; do
|
|
|
@@ -18,4 +18,4 @@ if [ "$PROXY_SYSTEM" = "nginx" ]; then
|
|
|
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
|
|
|
> /etc/$PROXY_SYSTEM/conf.d/$IP.conf
|
|
|
done < <(ls $HESTIA/data/ips/)
|
|
|
-fi
|
|
|
+fi
|