Skip to content

Instantly share code, notes, and snippets.

@tknzk
Created February 9, 2015 00:36
Show Gist options
  • Select an option

  • Save tknzk/9c5af01c27dbb59e4e37 to your computer and use it in GitHub Desktop.

Select an option

Save tknzk/9c5af01c27dbb59e4e37 to your computer and use it in GitHub Desktop.

Revisions

  1. tknzk created this gist Feb 9, 2015.
    7 changes: 7 additions & 0 deletions hhvm.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    location ~ \.(hh|php)$ {
    fastcgi_keep_conn on;
    fastcgi_pass 127.0.0.1:9000;
    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include fastcgi_params;
    }