mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-04 21:50:38 +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
|