Correct brace addition to VCL

parent 78566769
...@@ -99,7 +99,7 @@ var FastlyConfigMethods = { ...@@ -99,7 +99,7 @@ var FastlyConfigMethods = {
' set beresp.ttl = 0s;\n' + ' set beresp.ttl = 0s;\n' +
' set beresp.grace = 0s;\n' + ' set beresp.grace = 0s;\n' +
' return(pass);\n' + ' return(pass);\n' +
' }\n'; ' }\n' +
'}\n'; '}\n';
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment