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 4c8e768 commit 059ac0dCopy full SHA for 059ac0d
app/code/Magento/PageCache/etc/varnish4.vcl
@@ -123,7 +123,7 @@ sub vcl_hash {
123
hash_data(server.ip);
124
}
125
126
- if (req.url ~ "graphql") {
+ if (req.url ~ "/graphql") {
127
call process_graphql_headers;
128
129
app/code/Magento/PageCache/etc/varnish5.vcl
@@ -130,7 +130,7 @@ sub vcl_hash {
130
131
/* {{ design_exceptions_code }} */
132
133
134
135
136
0 commit comments