Skip to content

Commit 7897819

Browse files
salonichf5sjberman
andcommitted
Update internal/mode/static/nginx/config/servers.go
Co-authored-by: Saylor Berman <[email protected]>
1 parent d96fcaa commit 7897819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func createLocations(server *dataplane.VirtualServer, serverID int) ([]http.Loca
163163
// https://github.com/nginxinc/nginx-gateway-fabric/issues/662
164164
var key string
165165
if server.SSL != nil {
166-
key += "SSL"
166+
key = "SSL"
167167
}
168168
key += strconv.Itoa(serverID) + "_" + strconv.Itoa(pathRuleIdx)
169169
if strings.Contains(loc.Path, "= /") {

0 commit comments

Comments
 (0)