Commit 6cd140fd authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Disable challanges

parent 7f83a146
...@@ -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 = ff28847110ce41d22fe23934cd7ecbab md5sum = 2b0c456ac9b9ed2de4257dcc48311c4c
[template-apache-replicate] [template-apache-replicate]
filename = instance-apache-replicate.cfg.in filename = instance-apache-replicate.cfg.in
......
...@@ -236,6 +236,8 @@ command-line = ${caddy:output} ...@@ -236,6 +236,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