7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
server {
|
|
listen 80;
|
|
server_name guzal.cc *.guzal.cc;
|
|
|
|
return 301 https://$http_host$request_uri;
|
|
}
|