Changes between Version 9 and Version 10 of faq/shared-varnish-server
- Timestamp:
- Nov 22, 2012, 5:16:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/shared-varnish-server
v9 v10 99 99 ==== Modifying your site vcl file ==== 100 100 101 '''NOTE:''' In order for varnish to function properly you must include the following line in the `sub vcl_recv` direct ory.101 '''NOTE:''' In order for varnish to function properly you must include the following line in the `sub vcl_recv` directive. 102 102 103 103 `set req.backend = BACKEND_NAME`