📅  最后修改于: 2022-03-11 14:55:53.393000             🧑  作者: Mango
# copy as it is do not replace domain with your domain name
server {
if ($host ~ ^www\.(?.+)$) {
return 301 $scheme://$domain$request_uri;
}
}