Commit eaca6fe6 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix syntax of template

parent 60c22430
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
# server. # server.
# #
backend default { backend default {
.host = "${:backend_host}"; .host = "%(backend_host)s";
.port = "${:backend_port}"; .port = "%(backend_port)s";
.probe = { .probe = {
.url = "/"; .url = "/";
.timeout = 10s; .timeout = 10s;
......
#!/bin/sh #!/bin/sh
exec %(varnishd_binary)s -F -n $(directory)s -P $(pid)s -f $(configuration_file) -a %(port)s -T %(control_port) -s $(storage)s exec %(varnishd_binary)s -F -n %(directory)s -P %(pid)s -f %(configuration_file)s -a %(port)s -T %(control_port)s -s %(storage)s
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