Commit 01866ac7 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Disable challanges

parent 8c3da9e6
...@@ -19,7 +19,7 @@ md5sum = f686f765e55d1dce2e55a400f0714b3e ...@@ -19,7 +19,7 @@ md5sum = f686f765e55d1dce2e55a400f0714b3e
[template-apache-frontend] [template-apache-frontend]
filename = instance-apache-frontend.cfg filename = instance-apache-frontend.cfg
md5sum = c8ab203bec60416f13aabe3f4233de7f md5sum = 38243a38c6d33c19efe30544854f91a2
[template-apache-replicate] [template-apache-replicate]
filename = instance-apache-replicate.cfg.in filename = instance-apache-replicate.cfg.in
......
...@@ -261,6 +261,8 @@ command-line = ${caddy:output} ...@@ -261,6 +261,8 @@ command-line = ${caddy:output}
-http2=$${instance-parameter:configuration.enable-http2-by-default} -http2=$${instance-parameter:configuration.enable-http2-by-default}
-grace $${instance-parameter:configuration.mpm-graceful-shutdown-timeout}s -grace $${instance-parameter:configuration.mpm-graceful-shutdown-timeout}s
-pidfile $${apache-configuration:pid-file} -pidfile $${apache-configuration:pid-file}
-disable-http-challenge
-disable-tls-sni-challenge
wrapper-path = $${directory:bin}/caddy-wrapper wrapper-path = $${directory:bin}/caddy-wrapper
[apache-frontend] [apache-frontend]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment