Doc : Tell admins to use a symoblic link instead of copying nginx conf
Signed-off-by: warrows <codeberg@warrows.fr>
This commit is contained in:
parent
249f5da269
commit
0fbae5f9ab
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Choose between NGINX or Apache (we recommend NGINX)
|
|||
|
||||
- Run `sudo cp ./calckey.nginx.conf /etc/nginx/sites-available/ && cd /etc/nginx/sites-available/`
|
||||
- Edit `calckey.nginx.conf` to reflect your instance properly
|
||||
- Run `sudo cp ./calckey.nginx.conf ../sites-enabled/`
|
||||
- Run `sudo ln -s ./calckey.nginx.conf ../sites-enabled/calckey.nginx.conf`
|
||||
- Run `sudo nginx -t` to validate that the config is valid, then restart the NGINX service.
|
||||
|
||||
### Apache 2
|
||||
|
|
Loading…
Reference in a new issue