문제가 있는 Nginx 설정 Ubuntu 14.04 VPS에서 ngnix와 함께 HHVM을 실행하는 경우 다음과 같은 ngnix 구성을 설정했습니다. server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /home/lephenix/main_website; index.php index.html index.htm; # Make site accessible from http://localhost/ server_name localhost; include hhvm.conf; location / { # First attempt to serve request as file, then # as directory, then f..