Skip to content

Commit 47a5355

Browse files
committed
Fix 404s on HHVM
1 parent b9fe429 commit 47a5355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/install-apache-hhvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-availa
1010
sudo service apache2 restart
1111

1212
# Run HHVM
13-
hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9000
13+
hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9000 -vServer.FixPathInfo=true

0 commit comments

Comments
 (0)