Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed May 1, 2024
1 parent c37121a commit 35fcb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/mode/static/nginx/config/http/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35fcb04

Please sign in to comment.