From 0fbae5f9ab2410c9859eb90a0a417d09f203d595 Mon Sep 17 00:00:00 2001 From: warrows Date: Wed, 10 May 2023 12:34:24 +0200 Subject: [PATCH] Doc : Tell admins to use a symoblic link instead of copying nginx conf Signed-off-by: warrows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902bd5fee..55ce4f660 100644 --- a/README.md +++ b/README.md @@ -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