Fix travis vhost

pull/3064/head
Julio 5 years ago
parent 80d8a4042b
commit 03e994d486
  1. 4
      tests/travis/travis-apache

@ -1,8 +1,8 @@
<VirtualHost *:80> <VirtualHost *:80>
DocumentRoot %TRAVIS_BUILD_DIR% DocumentRoot %TRAVIS_BUILD_DIR%/public
ServerName %VHOST_URL% ServerName %VHOST_URL%
<Directory "%TRAVIS_BUILD_DIR%/"> <Directory "%TRAVIS_BUILD_DIR%/public">
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
AllowOverride All AllowOverride All
Require all granted Require all granted

Loading…
Cancel
Save