Minor Correction

This commit is contained in:
Anon 2023-04-17 22:08:39 -07:00
parent 32e0af576d
commit 7272606b2f

View File

@ -3,7 +3,7 @@ server {
listen 80;
listen [::]:80;
location / {
return 301 https://$server_naem$request_uri;
return 301 https://$server_name$request_uri;
}
}