Minor Correction
This commit is contained in:
parent
32e0af576d
commit
7272606b2f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ server {
|
|||
listen 80;
|
||||
listen [::]:80;
|
||||
location / {
|
||||
return 301 https://$server_naem$request_uri;
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue