Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated default.vcl config 503 Error varnish 6 #22

Closed
Wakie87 opened this issue Nov 19, 2020 · 1 comment
Closed

updated default.vcl config 503 Error varnish 6 #22

Wakie87 opened this issue Nov 19, 2020 · 1 comment

Comments

@Wakie87
Copy link

Wakie87 commented Nov 19, 2020

The default magento configuration adds a couple of extra lines to prevent 503 error. (See below link)
https://github.com/magento/magento2/issues/24353#issuecomment-592038624

sub vcl_recv {
if (req.restarts > 0) {
set req.hash_always_miss = true;
}

@magenx
Copy link
Owner

magenx commented Nov 20, 2020

removed this file now

varnish config generated from magento

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants