diff options
author | Raffael Schmid <raffael@yux.ch> | 2013-01-19 13:54:33 +0100 |
---|---|---|
committer | Raffael Schmid <raffael@yux.ch> | 2013-01-19 13:54:33 +0100 |
commit | 0e86fd590621d815efee091819576f3d3ba4fafd (patch) | |
tree | ddcc804cfceb12269c87442b5bbada6aff14ec2c /templates | |
parent | 7b0c0d803f90c9ac3ea12f2e04708b74a3779659 (diff) |
default log should be syslog
Diffstat (limited to 'templates')
-rw-r--r-- | templates/server.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/server.erb b/templates/server.erb index 1ff9ba1..0421e24 100644 --- a/templates/server.erb +++ b/templates/server.erb @@ -11,7 +11,7 @@ port <%= scope.lookupvar('port') %> <% end -%> group <%= scope.lookupvar('group') %> user <%= scope.lookupvar('user') %> -<% if logfile != '' -%> +<% if logfile -%> log-append <%= scope.lookupvar('logfile') %> <% end -%> status <%= scope.lookupvar('status_log') %> |