🦈🏠🐜 Initial Commit 🐜🦈🏠
Some checks failed
debian-10 / debian-10 (push) Has been cancelled
debian-11 / debian-11 (push) Has been cancelled
debian-12 / debian-12 (push) Has been cancelled
debian-13 / debian-13 (push) Has been cancelled
debian / release-debian (push) Has been cancelled

This commit is contained in:
casjay
2025-09-16 23:38:40 -04:00
commit c250e77b46
54 changed files with 4893 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# web server configs
HTTPD_CONFIG_FILE="${HTTPD_CONFIG_FILE:-$(__find_httpd_conf)}"
NGINX_CONFIG_FILE="${NGINX_CONFIG_FILE:-$(__find_nginx_conf)}"
CADDY_CONFIG_FILE="${CHEROKEE_CONFIG_FILE:-$(__find_caddy_conf)}"
LIGHTTPD_CONFIG_FILE="${LIGHTTPD_CONFIG_FILE:-$(__find_lighttpd_conf)}"
CHEROKEE_CONFIG_FILE="${CHEROKEE_CONFIG_FILE:-$(__find_cherokee_conf)}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -