disabled unused config file

This commit is contained in:
Alfredo Di Stasio
2026-06-30 11:05:12 +02:00
parent 741ed4764d
commit 27b3b7624f
+37
View File
@@ -0,0 +1,37 @@
http:
routers:
azionelab-http:
entryPoints:
- web
rule: "Host(`azionelab.org`) || Host(`www.azionelab.org`)"
service: azionelab-http
services:
azionelab-http:
loadBalancer:
healthCheck:
path: "/"
hostname: "azionelab.org"
interval: "10s"
timeout: "3s"
servers:
- url: "http://127.0.0.1:9080"
tcp:
routers:
azionelab-tls:
entryPoints:
- tls
rule: "HostSNI(`azionelab.org`) || HostSNI(`www.azionelab.org`)"
service: azionelab-tls
tls:
passthrough: true
services:
azionelab-tls:
loadBalancer:
healthCheck:
interval: "10s"
timeout: "3s"
servers:
- address: "127.0.0.1:9443"