Clean, Enhance, and Fix (#17)

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

* Call cron script and enhance output.

* Abandon unfinished configurations.
This commit is contained in:
2024-01-23 09:46:10 -07:00
committed by GitHub
parent f45cc326fc
commit 08a4d93282
8 changed files with 19 additions and 666 deletions

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"