From c5582cda9ccc0eaa748a80b72380769980c2f503 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 16 Nov 2023 16:45:25 -0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d1918..9510540 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ nginx setup. ```shell wget -O /etc/nginx/sites-available/groff-web "https://gitlab.com/tavo-wasd/groff-web/-/raw/main/nginx.conf" sed -i 's/groff.example.org/MY.DOMAIN.COM/' /etc/nginx/sites-available/groff-web.conf -ln -s /etc/nginx/sites-available/groff-web.conf /etc/nginx/sites-enabled +ln -s /etc/nginx/sites-available/groff-web.conf /etc/nginx/sites-enabled/ systemctl reload nginx ```