mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: introducing streams management pages #166
This commit is contained in:
parent
9c16b55dde
commit
2649b710bb
32 changed files with 3170 additions and 606 deletions
|
@ -147,7 +147,8 @@ func GetDomain(c *gin.Context) {
|
|||
c.Set("maybe_error", "")
|
||||
|
||||
certInfoMap := make(map[int]*cert.Info)
|
||||
for serverIdx, server := range nginxConfig.Servers {
|
||||
|
||||
for serverIdx, server := range nginxConfig.Servers {
|
||||
for _, directive := range server.Directives {
|
||||
if directive.Directive == "ssl_certificate" {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue