We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b6161 commit 80406a0Copy full SHA for 80406a0
traefik/dynamic_conf.yml
@@ -1,6 +1,6 @@
1
http:
2
routers:
3
- spring-app-router: # 라우터 이름 명확화 (선택 사항)
+ django-app-router: # 라우터 이름 명확화 (선택 사항)
4
rule: "Host(`api.autonotify.store`) && PathPrefix(`/api/v1`)"
5
entryPoints:
6
- websecure # HTTPS (443) 엔트리포인트 사용
0 commit comments