Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ipv6-1143c.conf « passing « apache-conf-files « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2d2ecbea4793ef164cdc592eb414d67850d5b95 (plain)
1
2
3
4
5
6
7
8
9
<VirtualHost [::]:80 *:80>
DocumentRoot /tmp
ServerName example.com
ServerAlias www.example.com
CustomLog ${APACHE_LOG_DIR}/example.log combined
<Directory "/tmp">
  AllowOverride All
</Directory>
</VirtualHost>