HHVM

Vagrant – HHVM Hack Nginx Laravel

April 16, 2014 Blog

https://github.com/springBriz/vhhnl (forked from https://github.com/kernelcurry/vhhnl) 원 소스의 Vagrantfile, install.sh로 설치했더니 몇가지 문제 발생. Nginx 설치할때 "There are problems and -y was used without --force-yes" 에러남 Nginx repository가 Nginx 사이트의...

NGINX + HHVM (FastCGI) + Laravel

March 11, 2014 Blog

설치 등등은 http://fideloper.com/hhvm-nginx-laravel 여기 잘 정리돼있고, 위 링크의 nginx 설정에는 /index.php?q=$uri&$args 로 넘기도록 돼있는데 q= 으로 넘기는 방식이 왠지 맘에 안들어서 아래처럼 수정했음. server { root /path/to/document/root; index...