Files
buildah/rootfs/usr/local/share/template-files/config/env/examples/webservers.sh
T

9 lines
461 B
Bash
Raw Normal View History

2026-05-18 15:38:28 -04:00
# - - - - - - - - - - - - - - - - - - - - - - - - -
2025-09-16 19:36:51 -04:00
# 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)}"
2026-05-18 15:38:28 -04:00
# - - - - - - - - - - - - - - - - - - - - - - - - -