mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-05 21:29:17 +01:00
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
export APACHE_RUN_USER=$(id -n -u)
|
|
export APACHE_RUN_GROUP=www-data
|
|
export APACHE_PID_FILE=/tmp/apache2.pid
|
|
export APACHE_RUN_DIR=/tmp/apache2
|