Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
test: update apache root path
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Jul 19, 2018
1 parent 8f2cc30 commit 5976b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/assets/travis-ci-apache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VirtualHost *:80>
DocumentRoot %TRAVIS_BUILD_DIR%
DocumentRoot %TRAVIS_BUILD_DIR%/public

<Directory "%TRAVIS_BUILD_DIR%/">
<Directory "%TRAVIS_BUILD_DIR%/public">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride All
Require all granted
Expand Down

0 comments on commit 5976b69

Please sign in to comment.