Explorar el Código

Merge pull request #66 from cybacolt/master

changed Debian hhvm PID filepath to match default /etc/init.d/hhvm PID filepath
tags/v0.34.0
puneet kandhari hace 9 años
padre
commit
bd10f4ea92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      php/ng/map.jinja

+ 1
- 1
php/ng/map.jinja Ver fichero

@@ -58,7 +58,7 @@
'service': 'hhvm',
'defaults': {},
'server': odict([
('pid', '/var/run/hhvm.pid'),
('pid', '/var/run/hhvm/pid'),
('hhvm.server.port', '9000'),
('hhvm.server.type', 'fastcgi'),
('hhvm.server.default_document', 'index.php'),

Cargando…
Cancelar
Guardar