Add redirect vhost
This commit is contained in:
parent
b8f9196f6f
commit
dfad466de6
|
@ -0,0 +1,4 @@
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName apogee.thunix.net
|
||||||
|
Redirect permanent / https://apogee.thunix.net/
|
||||||
|
</VirtualHost>
|
|
@ -24,6 +24,7 @@
|
||||||
- stats.thunix.net
|
- stats.thunix.net
|
||||||
- wiki.thunix.net
|
- wiki.thunix.net
|
||||||
- mightywcms
|
- mightywcms
|
||||||
|
- apogee.thunix.net
|
||||||
|
|
||||||
- name: Make Apache2 site configs live
|
- name: Make Apache2 site configs live
|
||||||
file:
|
file:
|
||||||
|
@ -40,6 +41,7 @@
|
||||||
- stats.thunix.net
|
- stats.thunix.net
|
||||||
- wiki.thunix.net
|
- wiki.thunix.net
|
||||||
- mightywcms
|
- mightywcms
|
||||||
|
- apogee.thunix.net
|
||||||
|
|
||||||
- name: Give permissions for staticadventures.netlib.re to southerntofu
|
- name: Give permissions for staticadventures.netlib.re to southerntofu
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in New Issue