summaryrefslogtreecommitdiff
path: root/docker/config/000-default.conf
blob: fafa3956da0f1062c8c8b4894221eb143b2ab978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<VirtualHost *:${PORT}>

    # DEFAULT SITE CONFIGURATION
    # (optional settings are commented with `##`)
    # --- -- -- - - -

    ## ServerName www.example.com

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/public

    ## LogLevel info ssl:warn

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    ## Include conf-available/serve-cgi-bin.conf

</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet