Skip to content

Commit 41a90ab

Browse files
authored
Merge pull request #483 from hnyasingunaydin/akeneo-3-staging-guide-fixes
Fixed two words and an example command
2 parents fcc59c7 + fbc6256 commit 41a90ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ecommerce-applications/akeneo/how-to-use-a-basic-staging-environment-with-akeneo-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Update the current managed_vhost with staging port.
2222
hypernode-manage-vhosts akeneo.example.hypernode.io --port-http-staging 8888 --port-https-staging 8443 --force-https --https
2323
```
2424

25-
## Split the Nnginx Configuration for Production and Staging
25+
## Split the Nginx Configuration for Production and Staging
2626

27-
First run the following commands to differentiate between te Production and Staging environment within Nginx.
27+
First run the following commands to differentiate between the Production and Staging environment within Nginx.
2828

2929
```bash
30-
cd ~/nginx/demo.akeneo.experius.io
30+
cd ~/nginx/akeneo.example.hypernode.io
3131
cp server.akeneo.conf staging.akeneo.conf
3232
mv server.akeneo.conf public.akeneo.conf
3333
```

0 commit comments

Comments
 (0)