Show
Ignore:
Timestamp:
08/26/08 10:06:27 (2 years ago)
Author:
phk
Message:

Correctly quote backend data in default vcl example.

Submitted by: ingvar
Fixes: #298

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/etc/Makefile.am

    r3092 r3128  
    1313\n\ 
    1414backend default {\n\ 
    15         .host = "127.0.0.1";\n\ 
    16         .port = "8080";\n\ 
     15        .host = \"127.0.0.1\";\n\ 
     16        .port = \"8080\";\n\ 
    1717}\n\ 
    1818\n\