mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fixed typo in code example (#2153)
This commit is contained in:
parent
38d8f15828
commit
5d93046baf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue