forked from nyanloutre/nixos-config
HAProxy IPv6
This commit is contained in:
parent
cdc4a7be12
commit
8fd33acdad
@ -14,8 +14,8 @@
|
|||||||
userlist LOUTRE
|
userlist LOUTRE
|
||||||
user paul password $6$6rDdCtzSVsAwB6KP$V8bR7KP7FSL2BSEh6n3op6iYhAnsVSPI2Ar3H6MwKrJ/lZRzUI8a0TwVBD2JPnAntUhLpmRudrvdq2Ls2odAy.
|
user paul password $6$6rDdCtzSVsAwB6KP$V8bR7KP7FSL2BSEh6n3op6iYhAnsVSPI2Ar3H6MwKrJ/lZRzUI8a0TwVBD2JPnAntUhLpmRudrvdq2Ls2odAy.
|
||||||
frontend public
|
frontend public
|
||||||
bind :80
|
bind :::80 v4v6
|
||||||
bind :443 ssl crt /var/lib/acme/tars.nyanlout.re/full.pem
|
bind :::443 v4v6 ssl crt /var/lib/acme/tars.nyanlout.re/full.pem
|
||||||
mode http
|
mode http
|
||||||
acl letsencrypt-acl path_beg /.well-known/acme-challenge/
|
acl letsencrypt-acl path_beg /.well-known/acme-challenge/
|
||||||
use_backend letsencrypt-backend if letsencrypt-acl
|
use_backend letsencrypt-backend if letsencrypt-acl
|
||||||
|
Loading…
Reference in New Issue
Block a user