diff --git a/clean_template.profile b/clean_template.profile index ab9fe75..5aa7703 100644 --- a/clean_template.profile +++ b/clean_template.profile @@ -158,10 +158,20 @@ http-stager { client { header "Host" "whatever.com"; header "Connection" "close"; + + #parameter "test1" "test2"; } server { - #header "Server" "nginx"; + #header "Server" "nginx"; + + output { + + prepend "content="; + + append "\n"; + print; + } } }