diff options
| author | Malfurious <m@lfurio.us> | 2020-07-03 07:30:38 -0400 | 
|---|---|---|
| committer | Malfurious <m@lfurio.us> | 2020-07-03 07:30:38 -0400 | 
| commit | 432ded0670b74e858c34f49712920251e8453bea (patch) | |
| tree | 04e5e69e03d34482b311ac6c8b50a93ad41337d6 | |
| parent | 3fc0bdf41b85303a6e8859e6d89fdddd1a899fdc (diff) | |
| download | site-432ded0670b74e858c34f49712920251e8453bea.tar.gz site-432ded0670b74e858c34f49712920251e8453bea.zip | |
Add redirection from naked domain
| -rw-r--r-- | apache2/lfurio.us.conf | 4 | 
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> | 
