Enhance self-serve lane functionality with new relay management and configuration updates
This commit is contained in:
@@ -49,6 +49,18 @@ http:
|
||||
certResolver: le
|
||||
|
||||
# Dashboard routers are declared via labels; middlewares are defined below.
|
||||
local:
|
||||
rule: Host(`localhost`)
|
||||
entryPoints: [web]
|
||||
middlewares: [secure-headers]
|
||||
service: caddy-local
|
||||
|
||||
local-api:
|
||||
rule: Host(`localhost`) && PathPrefix(`/api`)
|
||||
entryPoints: [web]
|
||||
middlewares: [strip-api-prefix, secure-headers]
|
||||
service: caddy-local
|
||||
priority: 100
|
||||
|
||||
middlewares:
|
||||
redirect-to-https:
|
||||
@@ -125,6 +137,10 @@ http:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://94.130.142.41:11000"
|
||||
caddy-local:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://caddy"
|
||||
|
||||
tls:
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user