Skip to content

Commit 196618e

Browse files
committed
updated nginx return string
1 parent f489c55 commit 196618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ http {
77

88
location /capture-headers {
99
add_header Content-Type "text/plain";
10-
return 200 "Request Headers:\n\n$host$request_uri\n\n$http_*";
10+
return 200 "Request Headers:\n\n$host$request_uri\n\n$headers_in";
1111
proxy_buffering off;
1212
# These two should be the same or nginx will start writing
1313
# large request bodies to temp files

0 commit comments

Comments
 (0)