Skip to content

Commit d3cf2a4

Browse files
authored
Update how-to-configure-nginx-for-a-multistore.md
1 parent 7dd39ec commit d3cf2a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hypernode-platform/nginx/how-to-configure-nginx-for-a-multistore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ When you opt for using different domains for each storefront then it will be rel
3636
set $storecode "example_storecode";
3737
```
3838

39-
#### Multistore in Combination with Varnish
40-
41-
\***Attention**, 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.
39+
```{note}
40+
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.
41+
```
4242

4343
### Using Subdirectories
4444

0 commit comments

Comments
 (0)