Changes between Version 11 and Version 12 of faq/shared-varnish-server
- Timestamp:
- Jan 4, 2017, 4:55:22 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/shared-varnish-server
v11 v12 133 133 You will need to make up to four modifications to this manifest: 134 134 135 1. Change the m_varnish backends line by adding `, "YOUR_BACKEND_NAME"` to the backends array (if it doesn't already exist). 135 1. Change the m_varnish backends line by adding `, "YOUR_BACKEND_NAME"` to the backends array (if it doesn't already exist). '''Warning! ''' Varnish will not restart correctly if you aren't actually referencing this backend from any site.vcl. 136 136 2. Change the m_varnish sites line by adding `, "YOUR_SITENAME.vcl"` to the sites array. 137 137 3. Add the line `m_varnish::backend { "YOUR_BACKEND_NAME" }` if it doesn't already exist.