Skip to content

Commit cc7a043

Browse files
authored
Merge branch 'master' into Add-solution-for-The-default-website-isn't-defined.-Set-the-website-and-try-again.-in-Magento-deployments
2 parents b0e1317 + 9739252 commit cc7a043

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ hypernode-servicectl restart rabbitmq-server
6161
- The default admin account is username `guest` and password `guest`. You can change and add users via the admin interface.
6262
- You can access the admin interface e.g. by forwarding the tcp port via SSH:
6363

64-
`ssh app@appname.hypernode.io -L 55672:localhost:15672`
64+
```bash
65+
ssh app@appname.hypernode.io -L 55672:localhost:15672
66+
```
6567

6668
Use your browser to go to `localhost:55672` and logon using guest/guest.
6769

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

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

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

docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,3 @@ glob:
100100
---
101101
about-hypernode/*
102102
```
103-
104-
# Indices and tables
105-
106-
- {ref}`genindex`
107-
- {ref}`modindex`
108-
- {ref}`search`

0 commit comments

Comments
 (0)