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:
parent
4339719eca
commit
1cdb010d2b
5 changed files with 75 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue