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

@ -6,7 +6,7 @@
server {
listen %ip%:%proxy_port%;
listen [2603:c022:8007:9122::8888]:80;
listen [::]:%proxy_port%;
server_name %domain_idn% %alias_idn%;
include %home%/%user%/conf/web/%domain%/nginx.forcessl.conf*;