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

This commit is contained in:
thehrz 2024-08-19 09:34:35 +08:00
parent de7657361b
commit 0a358e1bce
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -28,6 +28,7 @@ services:
- traefik.enable=true - traefik.enable=true
- 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.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.entrypoints=web,websecure
- traefik.http.routers.ipv6-test.middlewares=CORS@file
networks: networks:
- traefik - traefik
- ipv6-test - ipv6-test