5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
server {
|
|
listen 80;
|
|
return 301 https://$host$request_uri;
|
|
}
|