Fix program for html websites, need to handle errors for non-local sites though.

This commit is contained in:
2023-10-30 05:06:23 -07:00
parent f45cc326fc
commit 9c744a2b3d

View File

@@ -58,7 +58,7 @@ fi
## Main ##
# Loop over the proxy configuration files and ensure they have certs.
grep -l proxy_pass $DIR/config/conf.d/*.* | while read file; do
grep -l server_name $DIR/config/conf.d/*.* | while read file; do
filename=`basename $file`
echo -e "\n"