Browse Source

Remove a commented-out section of the nginx.conf for HHVM.

Joshua Maddux 10 years ago
parent
commit
9c5497381a
1 changed files with 1 additions and 12 deletions
  1. 1 12
      frameworks/PHP/hhvm/deploy/nginx.conf

+ 1 - 12
frameworks/PHP/hhvm/deploy/nginx.conf

@@ -66,18 +66,7 @@ http {
         #    proxy_pass   http://127.0.0.1;
         #}
 
-        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
-        #
-#        location ~ \.php$ {
-#            root /home/vagrant/FrameworkBenchmarks/frameworks/PHP/php;
-#            fastcgi_pass   fastcgi_backend;
-#            fastcgi_pass 127.0.0.1:9001;
-#            fastcgi_index  index.php;
-#            fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
-#            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
-#            fastcgi_keep_conn on;
-#            include        /home/vagrant/FrameworkBenchmarks/installs/nginx/conf/fastcgi_params;
-#        }
+        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9001
         location ~ \.(hh|php)$ {
             root TEST_ROOT;
             #fastcgi_keep_conn on;