rule joplin

This commit is contained in:
mathieu 2024-05-27 08:44:03 +02:00
parent b935d82f59
commit ce4f7ecb91

View File

@ -29,6 +29,11 @@ http:
tls: {}
middlewares:
- stripprefixregex
router-joplin:
rule: "Host(`huguettes.freeboxos.fr`) && Path(`/joplin`)"
service: "service-homepage"
tls: {}
services:
service-dsm:
@ -56,6 +61,11 @@ http:
passHostHeader: true
servers:
- url: "http://192.168.1.100:8083"
service-joplin:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.1.100:8084"
middlewares: