chore: fix www redirection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user