nginx-ultimate-bad-bot-blocker/travisCI/hhvm.tpl.ini
Mitchell Krog f2563a2935 TravisCI Now to Handle Releases and Build Numbering
- Preparations for introducing generator scripts and further enhancements to the Bot Blocker
- Better tracking of Release Tags and Build Numbering
2017-02-19 13:07:53 +02:00

12 lines
355 B
INI

;hhvm
hhvm.server.user = {USER}
hhvm.server.type = fastcgi
;hhvm.server.file_socket = {SERVER}
hhvm.server.port = {PORT}
hhvm.log.use_log_file = true
hhvm.log.file = /tmp/error.log
hhvm.log.level = Warning
hhvm.log.always_log_unhandled_exceptions = true
hhvm.log.runtime_error_reporting_level = 8191
hhvm.mysql.typed_results = false
hhvm.eval.jit = false