Skip to content

Commit 22030d4

Browse files
committed
Simplify HHVM Apache vhost
1 parent 47a5355 commit 22030d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/ci/travis-ci-apache-hhvm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ Listen 8080
1717
SetHandler hhvm-php-extension
1818
</FilesMatch>
1919

20-
<FilesMatch \.hh$>
21-
SetHandler hhvm-hack-extension
22-
</FilesMatch>
23-
2420
Alias /hhvm /hhvm
2521
Action hhvm-php-extension /hhvm virtual
26-
Action hhvm-hack-extension /hhvm virtual
2722

2823
FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300
2924
</IfModule>

0 commit comments

Comments
 (0)