summaryrefslogtreecommitdiffstats
path: root/apache2
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2020-07-03 07:30:38 -0400
committerMalfurious <m@lfurio.us>2020-07-03 07:30:38 -0400
commit432ded0670b74e858c34f49712920251e8453bea (patch)
tree04e5e69e03d34482b311ac6c8b50a93ad41337d6 /apache2
parent3fc0bdf41b85303a6e8859e6d89fdddd1a899fdc (diff)
downloadsite-432ded0670b74e858c34f49712920251e8453bea.tar.gz
site-432ded0670b74e858c34f49712920251e8453bea.zip
Add redirection from naked domain
Diffstat (limited to 'apache2')
-rw-r--r--apache2/lfurio.us.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/apache2/lfurio.us.conf b/apache2/lfurio.us.conf
new file mode 100644
index 0000000..03a5089
--- /dev/null
+++ b/apache2/lfurio.us.conf
@@ -0,0 +1,4 @@
+<VirtualHost *:80>
+ ServerName lfurio.us
+ RedirectMatch permanent ^/(.*) http://ma.lfurio.us/$1
+</VirtualHost>