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