Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Loading