chore: fix www redirection
This commit is contained in:
parent
38adc3aeb8
commit
f4a2fe2daf
@ -48,6 +48,6 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name www.uechi.io;
|
||||
return 301 https://uechi.io$request_uri;
|
||||
return 301 $scheme://uechi.io$request_uri;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user