Pārlūkot izejas kodu

HAProxy: update for Pi-Hole

multi_domain
ßingen pirms 7 gadiem
vecāks
revīzija
64179b2286
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. +4
    -1
      images/rpi-haproxy/haproxy.cfg

+ 4
- 1
images/rpi-haproxy/haproxy.cfg Parādīt failu

@@ -49,7 +49,7 @@ frontend http-in
use_backend letsencrypt-backend if letsencrypt-acl
use_backend nextcloud-insecure if is_nextcloud
use_backend gogs-insecure if is_gogs
default_backend nextcloud-insecure
default_backend pihole-insecure

backend nextcloud-insecure
server nextcloud nextcloud:80 maxconn 32
@@ -57,6 +57,9 @@ backend nextcloud-insecure
backend gogs-insecure
server gogs gogs:2080 maxconn 32

backend pihole-insecure
server pihole pihole:80 maxconn 32

# LE Backend
backend letsencrypt-backend
server letsencrypt 127.0.0.1:8888

Notiek ielāde…
Atcelt
Saglabāt