mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: failed to issue cert after switching mode from advance to basic #704
This commit is contained in:
parent
187dd12f36
commit
c8471f94ec
2 changed files with 55 additions and 43 deletions
|
@ -38,7 +38,6 @@ func TokenizeNginxConfig(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
c.JSON(http.StatusOK, ngxConfig)
|
||||
|
||||
}
|
||||
|
||||
func FormatNginxConfig(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue