mirror of
https://github.com/dockersrc/alpine
synced 2025-09-18 09:57:46 -04:00
Some checks failed
alpine-3-16 / alpine-3-16 (push) Failing after 38m2s
alpine-3-15 / alpine-3-15 (push) Failing after 44m31s
alpine-3-14 / alpine-3-14 (push) Failing after 48m18s
alpine-latest / alpine-latest (push) Failing after 12m15s
alpine-edge / alpine-edge (push) Failing after 12m23s
alpine-3-20 / alpine-3-20 (push) Failing after 12m47s
alpine-3-22 / alpine-3-20 (push) Failing after 30m58s
alpine-3-21 / alpine-3-20 (push) Failing after 50m35s
alpine-3-19 / alpine-3-19 (push) Failing after 50m47s
alpine-3-18 / alpine-3-18 (push) Failing after 50m58s
alpine-3-17 / alpine-3-17 (push) Failing after 51m0s
9 lines
501 B
Bash
9 lines
501 B
Bash
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# 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)}"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|