5 lines
87 B
Text
5 lines
87 B
Text
|
server {
|
||
|
listen 80;
|
||
|
listen [::]:80;
|
||
|
return 301 https://$host$request_uri;
|
||
|
}
|