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

ipv6-1143.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: ad988dc05ce72b0b19a9d804babe74942cfc7076 (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>