-
Notifications
You must be signed in to change notification settings - Fork 2
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
setup varnish #13
Comments
Mostly done in 8f6fdeb. My attempt:
After the edition:
0.0.0.0 should be localhost or 127.0.0.1. |
Obs: moreover, after editing the file, Varnish remains accessible from the host. |
Here is a reference that seems to present a solution to the problem you described @leonardofl . http://www.writeyourcode.com/install-configure-varnish-apache-ubuntu-16-04/ Can you take a look at this? I'll keep going with the deploy for now. =) |
The first link did the trick! Tks! But there is one more issue.
So because this error I commented on the recipe the lines
It seems the owner or permissions of this file or link need some adjustment. |
PS: I tried
but it did not work =/ |
Setup varnish.
It should listen for requests on the port 6081, and only for localhost requests.
If the cache miss, then varnish should redirect it to 127.0.0.1:8080 (nginx will be listening on this port to redirect to HHVM).
The text was updated successfully, but these errors were encountered: