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
315 B
INI

defaults
timeout connect 30s
timeout client 60s
timeout server 120s
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