rework all docker images to use debian slim
This commit is contained in:
parent
9d5a6833ae
commit
62036249fd
10 changed files with 180 additions and 103 deletions
16
apache/site.conf
Normal file
16
apache/site.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<VirtualHost *:80>
|
||||
#ServerName www.example.com
|
||||
|
||||
ServerAdmin contact@
|
||||
DocumentRoot /var/www/html
|
||||
|
||||
#LogLevel info ssl:warn
|
||||
|
||||
RemoteIPHeader CF-Connecting-IP
|
||||
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
#Include conf-available/serve-cgi-bin.conf
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue