Testing
This commit is contained in:
parent
cf6de9610d
commit
b3bf50bf88
1 changed files with 4 additions and 10 deletions
|
@ -63,19 +63,13 @@
|
||||||
frontend http
|
frontend http
|
||||||
mode http
|
mode http
|
||||||
bind :80
|
bind :80
|
||||||
|
bind :443 ssl crt /Storage/Data/Docker/sysctl.io/letsencrypt/external/*.sysctl.io/combined.pem
|
||||||
|
http-request redirect scheme https unless { ssl_fc }
|
||||||
option forwardfor
|
option forwardfor
|
||||||
default_backend backend_http
|
default_backend backend_http
|
||||||
backend backend_http
|
backend backend_http
|
||||||
mode http
|
mode http
|
||||||
server framework-server 10.100.0.2
|
server framework-server 10.100.0.2:443 ssl verify required ca-file @system-ca
|
||||||
|
|
||||||
frontend https
|
|
||||||
mode tcp
|
|
||||||
bind :443 ssl crt /Storage/Data/Docker/sysctl.io/letsencrypt/external/*.sysctl.io/combined.pem
|
|
||||||
default_backend backend_https
|
|
||||||
backend backend_http
|
|
||||||
mode http
|
|
||||||
server framework-server 10.100.0.2:443 ssl verity required ca-file /Storage/Data/Docker/sysctl.io/letsencrypt/external/*.sysctl.io/combined.pem
|
|
||||||
|
|
||||||
frontend tcp
|
frontend tcp
|
||||||
mode tcp
|
mode tcp
|
||||||
|
|
Loading…
Reference in a new issue