Fixed typo in code example (#2153)

This commit is contained in:
Nicolas Frandeboeuf 2022-11-30 13:50:50 +01:00 committed by GitHub
parent 38d8f15828
commit 5d93046baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ We must modify `conf/nginx.conf` file with application arguments. For this, we u
```bash
sed -i "s@YNH_EXAMPLE_PATH@$path@g" ../conf/nginx.conf
sed -i "s@YNH_EXAMPLE_PORT@$port@g" ../conf/nginx.conf
sed -i "s@YNH_EXEMPLE_DOMAIN@$domain@g" ../conf/nginx.conf
sed -i "s@YNH_EXAMPLE_DOMAIN@$domain@g" ../conf/nginx.conf
```
We must move that configuration file in NGINX configuration, then reload NGINX configuration: