From b55f88d5bf514d94c727a4c293c33307cba0412c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Prin=C4=8Di=C4=8D?= Date: Thu, 11 Mar 2021 21:14:31 +0100 Subject: [PATCH] Update 'ownCast, nginx and TLS' --- ownCast%2C-nginx-and-TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ownCast%2C-nginx-and-TLS.md b/ownCast%2C-nginx-and-TLS.md index ae0cdba..5b67cd2 100644 --- a/ownCast%2C-nginx-and-TLS.md +++ b/ownCast%2C-nginx-and-TLS.md @@ -48,7 +48,7 @@ server { ``` $ sudo ln -s /etc/nginx/sites-available/your.domain.com.conf /etc/nginx/sites-enabled/your.domain.com.conf $ sudo rm /etc/nginx/sites-enabled/default -$ sudo sytemctl restart nginx +$ sudo systemctl restart nginx ``` Test your webserver by going with a browser to http://your.domain.com.