server {
listen 80;
listen [::]:80;
server_name www.xn--fiqa592br0dm3gfp6c.com;
location / {
rewrite ^/(.*) https://www.hfbz.com/ permanent;
}