pref: update nginx config

This commit is contained in:
thehrz 2023-11-04 22:36:16 +08:00
parent e8ce5c409f
commit b2ce5c3783
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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