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

anarcat-1531.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: 73a9b746cf23761416fb5e1ceb30fe15a3f2bce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>