does not work on port 80 with acme
This commit is contained in:
parent
9041fe3d69
commit
a96f976be1
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@
|
||||||
|
|
||||||
backend ${name}_80
|
backend ${name}_80
|
||||||
mode http
|
mode http
|
||||||
server ${name} ${value.dest}:${builtins.toString value.httpPort} ${if value.sendProxy == true then "send-proxy-v2" else ""}
|
server ${name} ${value.dest}:${builtins.toString value.httpPort}
|
||||||
backend ${name}_443
|
backend ${name}_443
|
||||||
mode tcp
|
mode tcp
|
||||||
option tcpka # Enable server TCP keep-alive (Phase 4)
|
option tcpka # Enable server TCP keep-alive (Phase 4)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue