mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Correct brace addition to VCL
This commit is contained in:
parent
785667691e
commit
1e8bf2653c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ var FastlyConfigMethods = {
|
|||
' set beresp.ttl = 0s;\n' +
|
||||
' set beresp.grace = 0s;\n' +
|
||||
' return(pass);\n' +
|
||||
' }\n';
|
||||
' }\n' +
|
||||
'}\n';
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue