From 35fcb04c67079ccb62fec5ef4be39361c0c9894b Mon Sep 17 00:00:00 2001 From: Saloni Date: Wed, 1 May 2024 12:33:10 -0600 Subject: [PATCH] fix lint issues --- internal/mode/static/nginx/config/http/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/mode/static/nginx/config/http/config.go b/internal/mode/static/nginx/config/http/config.go index f6f0e05643..cae46e1b8d 100644 --- a/internal/mode/static/nginx/config/http/config.go +++ b/internal/mode/static/nginx/config/http/config.go @@ -16,13 +16,13 @@ type Location struct { Path string ProxyPass string HTTPMatchKey string + HTTPMatchVar string + Rewrites []string ProxySetHeaders []Header ProxySSLVerify *ProxySSLVerify Return *Return - Rewrites []string - GRPC bool - HTTPMatchVar string ResponseHeaders ResponseHeaders + GRPC bool } // Header defines an HTTP header to be passed to the proxied server.