We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d44d4 commit 0ff2865Copy full SHA for 0ff2865
etc/vcl_snippets/recv.vcl
@@ -41,7 +41,7 @@
41
if (table.lookup(magentomodule_config, "allow_super_users_during_maint", "0") == "1" &&
42
!req.http.Fastly-Client-Ip ~ maint_allowlist &&
43
!req.url ~ "^/(index\.php/)?####ADMIN_PATH####/" &&
44
- !req.url ~ "^/pub/(static|error)/") {
+ !req.url ~ "^/pub/(static|errors?)/") {
45
46
# If we end up here after a restart and there is a ResponseObject it means we got here after error
47
# page VCL restart. We shouldn't touch it. Otherwise return a plain 503 error page
0 commit comments