This commit is contained in:
qy117121 2023-03-13 19:30:37 +08:00
parent adcd5e8035
commit d47d5e8a16
38 changed files with 38 additions and 21 deletions

View file

@ -1,6 +1,6 @@
server {
listen %ip%:%proxy_port%;
listen [2603:c022:8007:9122::8888]:%proxy_port%;
listen [::]:%proxy_port%;
server_name %domain_idn% %alias_idn%;
location / {
rewrite ^(.*) https://%domain_idn%$1 permanent;