8 lines
147 B
Plaintext
Executable File
8 lines
147 B
Plaintext
Executable File
server {
|
|
listen 80;
|
|
server_name ctcloud9.czech-tv.cz;
|
|
if ($host = ctcloud9.czech-tv.cz) {
|
|
return 301 https://$host$request_uri;
|
|
}
|
|
}
|