Twoje komentarze

I would like to know if this is possible as well.

Used the example above of (see below) for the time being but something in the UI would be nicer.

server {
listen 0.0.0.0:80;
server_name mywebsite.com;
return 301 https://$server_name$request_uri;
}