mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: unable to create a certificate from a second environment #273
This commit is contained in:
parent
abe43c5c4d
commit
2526d71c0e
5 changed files with 198 additions and 87 deletions
|
@ -65,6 +65,7 @@ func InitRouter() *gin.Engine {
|
|||
w := root.Group("/", authRequired(), proxyWs())
|
||||
{
|
||||
analytic.InitWebSocketRouter(w)
|
||||
certificate.InitCertificateWebSocketRouter(w)
|
||||
terminal.InitRouter(w)
|
||||
nginx.InitNginxLogRouter(w)
|
||||
upstream.InitRouter(w)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue