You are here

README.txt in Fastly 8.3

Same filename in this branch
  1. 8.3 README.txt
  2. 8.3 vcl_snippets/README.txt
Same filename and directory in other branches
  1. 7.2 vcl_snippets/README.txt
These VCL snippets will be uploaded by the module. You can
also upload them by hand. You should name them

drupalmodule_<function_name>

e.g. recv.vcl will become

drupalmodule_recv

In addition to these snippets you need to add a request setting

  - Action: Pass
  - Condition: req.http.X-Pass == "1"


File

vcl_snippets/README.txt
View source
  1. These VCL snippets will be uploaded by the module. You can
  2. also upload them by hand. You should name them
  3. drupalmodule_
  4. e.g. recv.vcl will become
  5. drupalmodule_recv
  6. In addition to these snippets you need to add a request setting
  7. - Action: Pass
  8. - Condition: req.http.X-Pass == "1"