Skip to content

Instantly share code, notes, and snippets.

View OctavioFuenzalida's full-sized avatar

Octavio Fuenzalida OctavioFuenzalida

View GitHub Profile
I managed to make Codeiniter work with HHVM, using
nginx as a proxy. My problem was that hhvm has problems
with path_info, so I was not able to run /index.php/controller/action or
/controller/action/params -> /index.php/controller/action.params.
I used nginx as a proxy to hhvm. I changed the way codeigniter process
the url. Steps bellow:
Cleaned my HHVM .hdf file:
Server {