-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure nginx to talk to HHVM #5378
Comments
build the server block directly into example
|
Yeah @r3wt has the right idea -- what the script does isn't that complicated if you want to read it and manually apply the changes. That said, the script ideally would work anyways :) @challenges90 what Linux distribution are you using, and what version of that distro? How did you install nginx -- did you install it with a package manager, or install it by hand? |
The OS is Ubuntu 14.04 x64. According to http://nginx.org/en/linux_packages.html#mainline, I install nginx like below: nano /etc/apt/sources.list |
Ah, you're using the packages nginx itself provides. Our directions assume you just |
Moving to hhvm/packaging#121 |
There's no /etc/nginx/sites-available or /etc/nginx/sites-enabled folder in nginx-1.9.0. So the script: sudo /usr/share/hhvm/install_fastcgi.sh will not work. How to fix it ? Please help me.
The text was updated successfully, but these errors were encountered: