File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed
app/code/Magento/PageCache/etc Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,6 @@ sub vcl_hash {
121
121
hash_data (regsub (req.http.cookie , " ^.*?X-Magento-Vary=([^;]+);*.*$" , " \1" ));
122
122
}
123
123
124
- # For multi site configurations to not cache each other's content
125
- if (req.http.host ) {
126
- hash_data (req.http.host );
127
- } else {
128
- hash_data (server.ip );
129
- }
130
-
131
124
if (req.url ~ " /graphql" ) {
132
125
call process_graphql_headers;
133
126
}
Original file line number Diff line number Diff line change @@ -122,13 +122,6 @@ sub vcl_hash {
122
122
hash_data (regsub (req.http.cookie , " ^.*?X-Magento-Vary=([^;]+);*.*$" , " \1" ));
123
123
}
124
124
125
- # For multi site configurations to not cache each other's content
126
- if (req.http.host ) {
127
- hash_data (req.http.host );
128
- } else {
129
- hash_data (server.ip );
130
- }
131
-
132
125
# To make sure http users don't see ssl warning
133
126
if (req.http. /* {{ ssl_offloaded_header }} */ ) {
134
127
hash_data (req.http. /* {{ ssl_offloaded_header }} */ );
Original file line number Diff line number Diff line change @@ -126,13 +126,6 @@ sub vcl_hash {
126
126
hash_data (regsub (req.http.cookie , " ^.*?X-Magento-Vary=([^;]+);*.*$" , " \1" ));
127
127
}
128
128
129
- # For multi site configurations to not cache each other's content
130
- if (req.http.host ) {
131
- hash_data (req.http.host );
132
- } else {
133
- hash_data (server.ip );
134
- }
135
-
136
129
# To make sure http users don't see ssl warning
137
130
if (req.http. /* {{ ssl_offloaded_header }} */ ) {
138
131
hash_data (req.http. /* {{ ssl_offloaded_header }} */ );
You can’t perform that action at this time.
0 commit comments