summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2020-07-03 07:28:38 -0400
committerMalfurious <m@lfurio.us>2020-07-03 07:28:38 -0400
commit3fc0bdf41b85303a6e8859e6d89fdddd1a899fdc (patch)
treeec7e3852cf002df54adb2262ba10b55d237001d8
parent682028074f21a88e2c93525d128fdef068bf4ccb (diff)
downloadsite-3fc0bdf41b85303a6e8859e6d89fdddd1a899fdc.tar.gz
site-3fc0bdf41b85303a6e8859e6d89fdddd1a899fdc.zip
Add main web vhost
-rw-r--r--apache2/ma.lfurio.us.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/apache2/ma.lfurio.us.conf b/apache2/ma.lfurio.us.conf
new file mode 100644
index 0000000..45c60d1
--- /dev/null
+++ b/apache2/ma.lfurio.us.conf
@@ -0,0 +1,7 @@
+<VirtualHost *:80>
+ ServerName ma.lfurio.us
+ ServerAdmin solicitations@lfurio.us
+ DocumentRoot /ma.lfurio.us/www
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+</VirtualHost>