Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When you opt for using different domains for each storefront then it will be rel
set $storecode "example_storecode";
```

```{note}
```{important}
If you have a multistore, with hypernode-manage-vhost enabled AND you are using Varnish.
You'd have to prefix the file with `varnish` instead of `server`, like `varnish.storecode`.
This way these multistore requests will go through varnish and will then be rewritten accordingly with the `varnish.storecode` configuration.
Expand Down
Loading