server { listen 80; server_name ctcloud9.czech-tv.cz; if ($host = ctcloud9.czech-tv.cz) { return 301 https://$host$request_uri; } }