Update 'ownCast, nginx and TLS'

master
Luka Prinčič 2021-03-11 21:14:31 +01:00
parent 93465e87f2
commit b55f88d5bf
1 changed files with 1 additions and 1 deletions

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