mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-08 18:14:26 +02: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
|