Skip to content

Commit 80406a0

Browse files
committed
fix : 배포 설정
1 parent 31b6161 commit 80406a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik/dynamic_conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
http:
22
routers:
3-
spring-app-router: # 라우터 이름 명확화 (선택 사항)
3+
django-app-router: # 라우터 이름 명확화 (선택 사항)
44
rule: "Host(`api.autonotify.store`) && PathPrefix(`/api/v1`)"
55
entryPoints:
66
- websecure # HTTPS (443) 엔트리포인트 사용

0 commit comments

Comments
 (0)