You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
314 B
INI

defaults
timeout connect 10s
timeout client 30s
timeout server 30s
mode http
frontend http-in
bind :80
bind *:443 ssl crt /etc/ssl/cert.pem
redirect scheme https if !{ ssl_fc }
default_backend app
backend app
server darklimericks darklimericks:8000