Fix typo
This commit is contained in:
parent
87bc4dd4f5
commit
70744fea2d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ NameVirtualHost *:80
|
|||
|
||||
ServerName {{ item.domain }}
|
||||
|
||||
Redirect permanent / https://wiki.crypto-libertarian.com
|
||||
Redirect permanent / https://{{ item.domain }}
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
|
Loading…
Reference in a new issue