From 9ae1307e2fc085775710008c15268917834f9724 Mon Sep 17 00:00:00 2001 From: Yasin Gunaydin Date: Wed, 6 May 2026 15:15:09 +0200 Subject: [PATCH] Fixed two words and an example command --- .../how-to-use-a-basic-staging-environment-with-akeneo-3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ecommerce-applications/akeneo/how-to-use-a-basic-staging-environment-with-akeneo-3.md b/docs/ecommerce-applications/akeneo/how-to-use-a-basic-staging-environment-with-akeneo-3.md index 04ecb17c..2f8aa45c 100644 --- a/docs/ecommerce-applications/akeneo/how-to-use-a-basic-staging-environment-with-akeneo-3.md +++ b/docs/ecommerce-applications/akeneo/how-to-use-a-basic-staging-environment-with-akeneo-3.md @@ -22,12 +22,12 @@ Update the current managed_vhost with staging port. hypernode-manage-vhosts akeneo.example.hypernode.io --port-http-staging 8888 --port-https-staging 8443 --force-https --https ``` -## Split the Nnginx Configuration for Production and Staging +## Split the Nginx Configuration for Production and Staging -First run the following commands to differentiate between te Production and Staging environment within Nginx. +First run the following commands to differentiate between the Production and Staging environment within Nginx. ```bash -cd ~/nginx/demo.akeneo.experius.io +cd ~/nginx/akeneo.example.hypernode.io cp server.akeneo.conf staging.akeneo.conf mv server.akeneo.conf public.akeneo.conf ```