Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
limatheus committed Sep 22, 2015
1 parent 140d703 commit 2c7e367
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions conf/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ ErrorLog ${OPENSHIFT_DIY_LOG_DIR}/error_log
LogLevel error
CustomLog ${OPENSHIFT_DIY_LOG_DIR}/access_log combined

DocumentRoot ${OPENSHIFT_REPO_DIR}/public
<Directory "${OPENSHIFT_REPO_DIR}/public">
DocumentRoot ${OPENSHIFT_REPO_DIR}/app/public
<Directory "${OPENSHIFT_REPO_DIR}/app/public">
Options +Indexes +FollowSymLinks +ExecCGI
AddHandler cgi-script .cgi
AllowOverride All
Expand Down

0 comments on commit 2c7e367

Please sign in to comment.