Skip to content

Commit

Permalink
rename entryPoint to Traefik.
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 19, 2024
1 parent bae90e6 commit 56bf7a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions service/templates/traefik-template.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
entryPoints:
traefik:
address: ":80"
asDefault: true
transport:
keepAliveMaxRequests: 0
keepAliveMaxTime: 6
respondingTimeouts:
readTimeout: 6
writeTimeout: 6
idleTimeout: 6
dash:
address: ":8080"

http:
middlewares:
path-strip-v3:
Expand Down

0 comments on commit 56bf7a8

Please sign in to comment.