mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
15 lines
363 B
Text
15 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>
|