Skip to content

Commit 4c5d040

Browse files
author
Dominik Matic
committed
replace hmv with hypernode-manage-vhosts and fix link
1 parent 5d172a8 commit 4c5d040

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Magento's S3 implementation creates a test file called `storage.flag`, which is
9696
## Serving assets from your S3 bucket
9797

9898
To serve media assets directly from your S3 bucket, you need to adjust your nginx configuration.
99-
Fortunately, `hypernode-manage-vhosts` ([simplifies this process for you](../../hypernode-platform/nginx/hypernode-managed-vhosts.md#object-storage-and-hypernode-managed-vhosts)).
99+
Fortunately, `hypernode-manage-vhosts` [simplifies this process for you](../../hypernode-platform/nginx/hypernode-managed-vhosts.md#object-storage-and-hypernode-managed-vhosts).
100100

101101
### Configuring Amazon S3 bucket policies
102102

docs/hypernode-platform/nginx/hypernode-managed-vhosts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@ If you're using object storage with Magento 2.x or Shopware 6.x you can use HMV
9191
If you're using Hypernode's object storage solution, simply run the following command for the relevant vhosts:
9292

9393
```bash
94-
hmv example.com --object-storage
94+
hypernode-manage-vhosts example.com --object-storage
9595
```
9696

9797
### Using a custom object storage solution
9898

9999
If you're using a custom storage provider, such as Amazon S3, you'll need to specify the bucket name and URL manually:
100100

101101
```bash
102-
hmv example.com --object-storage --object-storage-bucket mybucket --object-storage-url https://example_url.com
102+
hypernode-manage-vhosts example.com --object-storage --object-storage-bucket mybucket --object-storage-url https://example_url.com
103103
```
104104

105105
### Switching back to Hypernode defaults
106106

107107
If you previously set a custom bucket and URL but want to revert to Hypernode's default object storage, use the `--object-storage-defaults` flag:
108108

109109
```bash
110-
hmv example.com --object-storage-defaults
110+
hypernode-manage-vhosts example.com --object-storage-defaults
111111
```
112112

113113
## Managing Configuration Files

0 commit comments

Comments
 (0)