File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
ngwaf-terraform-edge-deploy Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ resource "fastly_service_vcl" "frontend-vcl-service" {
21
21
override_host = var. USER_VCL_SERVICE_BACKEND_HOSTNAME
22
22
}
23
23
24
- # ### Adds the necessary header to enable response headers from the NGWAF edge deployment, which may then be used for logging.
25
- # Also, removes the sensitive response headers before delivering the response to the client
26
-
27
24
snippet {
28
25
name = " Update for custom logo"
29
26
content = file (" ${ path . module } /vcl/custom_challenge_logo.vcl" )
30
27
type = " init"
31
28
priority = 100
32
29
}
33
30
31
+ # Adds the necessary header to enable response headers from the NGWAF edge deployment, which may then be used for logging.
34
32
snippet {
35
33
name = " Add ngwaf log headers"
36
34
content = file (" ${ path . module } /vcl/add_ngwaf_log_headers.vcl" )
You can’t perform that action at this time.
0 commit comments