mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
14 lines
363 B
Text
14 lines
363 B
Text
<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>
|