Commit 1e295ea3 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

software/seleniumserver: Follow upgrade to caddy 1.0.0

The host needs a name in order to have self_signed certificate generated.

/reviewed-on !546
parent 946f16f7
......@@ -19,4 +19,4 @@ md5sum = c4ac5de141ae6a64848309af03e51d88
[template-selenium]
filename = instance-selenium.cfg.in
md5sum = fe248a36cd1908fb04b2cbb334c878ff
md5sum = 4179c998a71bd87b0f0bd624d545071b
......@@ -114,10 +114,8 @@ bytes = 12
[selenium-server-frontend-config]
recipe = slapos.recipe.template:jinja2
rendered = $${directory:etc}/$${:_buildout_section_name_}
# Catch-all simple frontend, as it can serve on different interface then accessed one, by
# using "*" as hostname
template = inline:
https://*:$${:port} {
https://[$${:ip}]:$${:port} {
bind $${:ip}
tls self_signed # TODO
proxy / $${selenium-server-hub-instance:base-url} {
......
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