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.