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:
warrows 2023-05-10 12:34:24 +02:00
parent 249f5da269
commit 0fbae5f9ab
No known key found for this signature in database
GPG key ID: 34B8A079C14E0D51

View file

@ -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