mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-05-18 16:53:02 -04: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.ttl = 0s;\n' +
|
||||||
' set beresp.grace = 0s;\n' +
|
' set beresp.grace = 0s;\n' +
|
||||||
' return(pass);\n' +
|
' return(pass);\n' +
|
||||||
' }\n';
|
' }\n' +
|
||||||
'}\n';
|
'}\n';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue