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/anarcat-1531.conf')
-rw-r--r--certbot-apache/tests/apache-conf-files/passing/anarcat-1531.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/certbot-apache/tests/apache-conf-files/passing/anarcat-1531.conf b/certbot-apache/tests/apache-conf-files/passing/anarcat-1531.conf
new file mode 100644
index 000000000..73a9b746c
--- /dev/null
+++ b/certbot-apache/tests/apache-conf-files/passing/anarcat-1531.conf
@@ -0,0 +1,14 @@
+<VirtualHost *:80>
+ ServerAdmin root@localhost
+ ServerName anarcat.wiki.orangeseeds.org:80
+
+
+ UserDir disabled
+
+ RewriteEngine On
+ RewriteRule ^/(.*) http\:\/\/anarc\.at\/$1 [L,R,NE]
+
+ ErrorLog /var/log/apache2/1531error.log
+ LogLevel warn
+ CustomLog /var/log/apache2/1531access.log combined
+</VirtualHost>