We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24df384 commit f52c75cCopy full SHA for f52c75c
install/upgrade/versions/1.3.0.sh
@@ -6,7 +6,7 @@
6
####### Place additional commands below. #######
7
#######################################################################################
8
9
-# Add default SSL Certificate config when ip is visisted
+# Add default SSL Certificate config when ip is visited
10
if [ "$PROXY_SYSTEM" = "nginx" ]; then
11
echo "[ ! ] Update IP.conf"
12
while read IP; do
@@ -18,4 +18,4 @@ if [ "$PROXY_SYSTEM" = "nginx" ]; then
18
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
19
> /etc/$PROXY_SYSTEM/conf.d/$IP.conf
20
done < <(ls $HESTIA/data/ips/)
21
-fi
+fi
0 commit comments