Created
August 30, 2014 01:57
-
-
Save Zeokat/f87002e5046f3a2fb3e2 to your computer and use it in GitHub Desktop.
/etc/hhvm/server.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; php options | |
pid = /var/run/hhvm/pid | |
; hhvm specific | |
hhvm.server.port = 9000 | |
hhvm.server.type = fastcgi | |
hhvm.server.default_document = index.php | |
hhvm.log.use_log_file = true | |
hhvm.log.file = /var/log/hhvm/error.log | |
hhvm.repo.central.path = /var/run/hhvm/hhvm.hhbc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment