summaryrefslogtreecommitdiff
path: root/apache2
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2006-04-03 12:34:54 +0000
committerJonas Smedegaard <dr@jones.dk>2006-04-03 12:34:54 +0000
commit0e1a20f62d446c3315d0f2f132a3a7d38525d3dd (patch)
tree7d587facbecfccbed4c5e2accc9cf42c989c613a /apache2
parent9838977384612043d9447c8e6f869e8436eb9ff8 (diff)
Consistently use ~/public_websites/ (not ~/websites/).
Diffstat (limited to 'apache2')
-rw-r--r--apache2/sites-available/0_default4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache2/sites-available/0_default b/apache2/sites-available/0_default
index e84d60a..ffcd74e 100644
--- a/apache2/sites-available/0_default
+++ b/apache2/sites-available/0_default
@@ -1,7 +1,7 @@
<VirtualHost *:443>
ServerName wrong.example.com
ServerAdmin webmaster@example.com
- DocumentRoot /home/webmaster/websites/wrong.example.com
+ DocumentRoot /home/webmaster/public_websites/wrong.example.com
Include /etc/apache2/conf.d/local-ssl.conf
@@ -15,7 +15,7 @@
ServerName wrong.example.com
ServerAlias wrong
ServerAdmin webmaster@example.com
- DocumentRoot /home/webmaster/websites/wrong.example.com
+ DocumentRoot /home/webmaster/public_websites/wrong.example.com
<Location />
Options +MultiViews