mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
configs: add ACME section
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ func initializeRouter(enableProfiler bool) {
|
||||
router = chi.NewRouter()
|
||||
|
||||
router.Use(middleware.GetHead)
|
||||
router.Use(logger.NewStructuredLogger(logger.GetLogger()))
|
||||
router.Use(middleware.Recoverer)
|
||||
|
||||
router.Group(func(r chi.Router) {
|
||||
|
||||
Reference in New Issue
Block a user