Skip to content

Commit 3c12a0e

Browse files
committedOct 18, 2012
fix file path
1 parent 05e3e55 commit 3c12a0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎conf/httpd.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# This file is normally included from the Apache HTTPD setup.
55

6-
DocumentRoot /var/www/planet.plone.org/var/public_html
6+
DocumentRoot /var/www/developer.plone.org/var/public_html
77
ServerAdmin admins@plone.org
8-
<Directory /var/www/planet.plone.org/var/public_html>
8+
<Directory /var/www/developer.plone.org/var/public_html>
99
Order Allow,Deny
1010
Allow from all
1111
</Directory>

‎deployment.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ parts +=
1313
[crontab]
1414
recipe = z3c.recipe.usercrontab
1515
times = */5 * * * *
16-
command = cd ${buildout:directory} && ./doc-holliday.sh
16+
command = cd ${buildout:directory} && sudo -u apache ./doc-holliday.sh
1717

0 commit comments

Comments
 (0)
Please sign in to comment.