From 8fd7a328af662c251423907e9ae0f6d4ed5c1b39 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 4 Nov 2023 23:03:46 +0800 Subject: [PATCH] pref: update traefik config --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5e9e091..81c333f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: restart: always labels: - traefik.enable=true - - traefik.http.routers.hfbz-nginx.rule=Host(`xn--fiqa592br0dm3gfp6c.com`, `www.xn--fiqa592br0dm3gfp6c.com`) + - traefik.http.routers.hfbz-nginx.rule=Host(`中国原神中学.com`, `www.中国原神中学.com`) - traefik.http.routers.hfbz-nginx.entrypoints=web # - traefik.http.routers.hfbz-nginx.tls.certresolver=letsencrypt # - traefik.http.routers.hfbz-nginx.middlewares=CORS@file