mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 17:18:31 +00:00
add badger to dyn config example
This commit is contained in:
parent
982c692c40
commit
a499ebc158
1 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
http:
|
||||
middlewares:
|
||||
badger:
|
||||
plugin:
|
||||
badger:
|
||||
disableForwardAuth: true
|
||||
redirect-to-https:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
|
|
@ -13,6 +17,7 @@ http:
|
|||
- web
|
||||
middlewares:
|
||||
- redirect-to-https
|
||||
- badger
|
||||
|
||||
# Next.js router (handles everything except API and WebSocket paths)
|
||||
next-router:
|
||||
|
|
@ -21,6 +26,8 @@ http:
|
|||
priority: 10
|
||||
entryPoints:
|
||||
- websecure
|
||||
middlewares:
|
||||
- badger
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
|
|
@ -31,6 +38,8 @@ http:
|
|||
priority: 100
|
||||
entryPoints:
|
||||
- websecure
|
||||
middlewares:
|
||||
- badger
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue