mirror of
https://github.com/casjaysdevdocker/caddy
synced 2025-01-18 12:34:23 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
cd28962404
commit
9e2576bf66
@ -24,7 +24,7 @@ done
|
||||
# execute command variables
|
||||
WORKDIR="" # set working directory
|
||||
SERVICE_UID="0" # set the user id
|
||||
SERVICE_USER="root" # execute command as another user
|
||||
SERVICE_USER="daemon" # execute command as another user
|
||||
SERVICE_PORT="9000" # port which service is listening on
|
||||
EXEC_CMD_BIN="php-fpm" # command to execute
|
||||
EXEC_CMD_ARGS="--allow-to-run-as-root --nodaemonize --fpm-config /etc/php/php-fpm.conf" # command arguments
|
||||
@ -36,7 +36,7 @@ conf_dir="/config/php"
|
||||
www_dir="${WWW_ROOT_DIR:-/data/htdocs}"
|
||||
etc_dir="${PHP_INI_DIR:-$(__find_php_ini)}"
|
||||
php_bin="${PHP_BIN_DIR:-$(__find_php_bin)}"
|
||||
php_user="${SERVICE_USER//root/daemon}"
|
||||
php_user="$SERVICE_USER"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# use this function to update config files - IE: change port
|
||||
__update_conf_files() {
|
||||
|
@ -28,7 +28,7 @@ SERVICE_UID="0" # set the
|
||||
SERVICE_USER="root" # execute command as another user
|
||||
SERVICE_PORT="" # port which service is listening on
|
||||
EXEC_CMD_BIN="caddy" # command to execute
|
||||
EXEC_CMD_ARGS="run --config /etc/caddy/Caddyfile --adapter caddyfile" # command arguments
|
||||
EXEC_CMD_ARGS="run --config /etc/caddy/Caddyfile" # command arguments
|
||||
PRE_EXEC_MESSAGE="" # Show message before execute
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Other variables that are needed
|
||||
|
@ -64,8 +64,6 @@
|
||||
|
||||
SERVER:
|
||||
<?php echo $_SERVER['SERVER_SOFTWARE']; ?> <br />
|
||||
SERVER Address:
|
||||
<?php echo $_SERVER['SERVER_ADDR']; ?> <br />
|
||||
|
||||
</h2>
|
||||
<br /><br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user