Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
martior committed Oct 18, 2012
1 parent 05e3e55 commit 3c12a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/httpd.conf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# #
# This file is normally included from the Apache HTTPD setup. # This file is normally included from the Apache HTTPD setup.


DocumentRoot /var/www/planet.plone.org/var/public_html DocumentRoot /var/www/developer.plone.org/var/public_html
ServerAdmin admins@plone.org ServerAdmin admins@plone.org
<Directory /var/www/planet.plone.org/var/public_html> <Directory /var/www/developer.plone.org/var/public_html>
Order Allow,Deny Order Allow,Deny
Allow from all Allow from all
</Directory> </Directory>
2 changes: 1 addition & 1 deletion deployment.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ parts +=
[crontab] [crontab]
recipe = z3c.recipe.usercrontab recipe = z3c.recipe.usercrontab
times = */5 * * * * times = */5 * * * *
command = cd ${buildout:directory} && ./doc-holliday.sh command = cd ${buildout:directory} && sudo -u apache ./doc-holliday.sh


0 comments on commit 3c12a0e

Please sign in to comment.