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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-apache/tests/apache-conf-files/passing/ipv6-1143.conf')
-rw-r--r--certbot-apache/tests/apache-conf-files/passing/ipv6-1143.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/certbot-apache/tests/apache-conf-files/passing/ipv6-1143.conf b/certbot-apache/tests/apache-conf-files/passing/ipv6-1143.conf
new file mode 100644
index 000000000..ad988dc05
--- /dev/null
+++ b/certbot-apache/tests/apache-conf-files/passing/ipv6-1143.conf
@@ -0,0 +1,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>