Commit eaca6fe6 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix syntax of template

parent 60c22430
......@@ -5,8 +5,8 @@
# server.
#
backend default {
.host = "${:backend_host}";
.port = "${:backend_port}";
.host = "%(backend_host)s";
.port = "%(backend_port)s";
.probe = {
.url = "/";
.timeout = 10s;
......
#!/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