pref: update nginx config
All checks were successful
CI / deploy (push) Successful in 2m37s

This commit is contained in:
thehrz 2024-08-18 20:54:34 +08:00
parent c12123cb5a
commit e8d67b7b7b
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
2 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,8 @@ services:
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.ipv6-test.rule=Host(`test.ipv6test.online`) || Host(`4.ipv6test.online`) || Host(`6.ipv6test.online`)
- traefik.http.routers.ipv6-test.rule=Host(`ipv6test.online`) || Host(`test.ipv6test.online`) || Host(`4.ipv6test.online`) || Host(`6.ipv6test.online`)
- traefik.http.routers.ipv6-test.entrypoints=web,websecure
- traefik.http.routers.ipv6-test.tls.certresolver=letsencrypt
networks:
- traefik
- ipv6-test

View File

@ -1,5 +1,6 @@
server {
listen [::]:80;
listen 80;
server_name ipv6test.online;
gzip on;