Add an example docker-compose file with everything you need for the

server to work + reduce the amount of commands used in builds.
This commit is contained in:
magmaus3 2023-05-16 13:28:42 +02:00
parent 4339719eca
commit 1cdb010d2b
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
5 changed files with 75 additions and 17 deletions

View file

@ -9,7 +9,7 @@ Group ${APACHE_RUN_GROUP}
HostnameLookups Off
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel debug
LogLevel info
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common