diff --git a/testapp/nginx.conf b/testapp/nginx.conf
index f12f0f40c2dfe371ad3beef96f591c1f74bb9415..9792c7e0f106539e9ce000ecb8843607a32fde40 100644
--- a/testapp/nginx.conf
+++ b/testapp/nginx.conf
@@ -48,8 +48,8 @@ http {
 			proxy_set_header X-CLIENT-SECRET "testsecret";
 			proxy_pass http://localhost:5002/;
 			# those options are needed to have working POST requests
-			proxy_set_header Content-Length ""
-			proxy_pass_request_body off
+			proxy_set_header Content-Length "";
+			proxy_pass_request_body off;
 		}
 
 		error_page 401 = @error401;