2022-05-11 09:20:52 +08:00
|
|
|
server {
|
|
|
|
|
listen %ip%:%proxy_port%;
|
2023-02-16 19:52:41 +08:00
|
|
|
listen [2603:c022:8007:9122::8888]:%proxy_port%;
|
2022-05-11 09:20:52 +08:00
|
|
|
server_name %domain_idn% %alias_idn%;
|
|
|
|
|
location / {
|
|
|
|
|
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
|
|
|
|
}
|
|
|
|
|
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
|
|
|
|
}
|