From 9371762eb991a980959d58caad37e7ba494ef4b7 Mon Sep 17 00:00:00 2001 From: xx0hcd Date: Wed, 5 Jun 2019 13:22:46 -0500 Subject: [PATCH] added to http-stager block --- template.profile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/template.profile b/template.profile index e4a9415..45282e2 100644 --- a/template.profile +++ b/template.profile @@ -244,11 +244,22 @@ http-stager { header "Accept" "*/*"; header "Accept-Language" "en-US"; header "Connection" "close"; + + #can use a parameter as well + parameter "test1" "test2"; } server { #headers are defined in the http-config block above, or you can set them manually here. - #header "Server" "nginx"; + #header "Server" "nginx"; + + output { + + prepend "content="; + + append "\n"; + print; + } }