summaryrefslogtreecommitdiffstats
path: root/development/hhvm/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/hhvm/README')
-rw-r--r--development/hhvm/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hhvm/README b/development/hhvm/README
index 0145748d60..44cf62b061 100644
--- a/development/hhvm/README
+++ b/development/hhvm/README
@@ -35,8 +35,8 @@ can create a new group and add your web server user to this group or
just use the main group of your web server and start HHVM as following:
hhvm_GROUP=apache /etc/rc.d/rc.hhvm start
-FastCGI must be configured to communicate with HHVM.
-A good start point is: https://github.com/facebook/hhvm/wiki/FastCGI
+Alternatively to reverse proxy, you can use FastCGI:
+https://docs.hhvm.com/hhvm/advanced-usage/fastCGI.
To start a project you have to configure the type checker as well.
See the official documentation: