Merge pull request #4823 from aledbf/go-modules
Update go dependencies to v1.17.0
This commit is contained in:
commit
be1907142b
518 changed files with 48322 additions and 15186 deletions
|
|
@ -891,6 +891,10 @@ func (s *k8sStore) setConfig(cmap *corev1.ConfigMap) {
|
|||
s.backendConfigMu.Lock()
|
||||
defer s.backendConfigMu.Unlock()
|
||||
|
||||
if cmap == nil {
|
||||
return
|
||||
}
|
||||
|
||||
s.backendConfig = ngx_template.ReadConfig(cmap.Data)
|
||||
s.writeSSLSessionTicketKey(cmap, "/etc/nginx/tickets.key")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue