Skip to content

Commit 35fcb04

Browse files
committed
fix lint issues
1 parent c37121a commit 35fcb04

File tree

1 file changed

+3
-3
lines changed
  • internal/mode/static/nginx/config/http

1 file changed

+3
-3
lines changed

internal/mode/static/nginx/config/http/config.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type Location struct {
1616
Path string
1717
ProxyPass string
1818
HTTPMatchKey string
19+
HTTPMatchVar string
20+
Rewrites []string
1921
ProxySetHeaders []Header
2022
ProxySSLVerify *ProxySSLVerify
2123
Return *Return
22-
Rewrites []string
23-
GRPC bool
24-
HTTPMatchVar string
2524
ResponseHeaders ResponseHeaders
25+
GRPC bool
2626
}
2727

2828
// Header defines an HTTP header to be passed to the proxied server.

0 commit comments

Comments
 (0)