mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-13 11:16:50 +00:00
Fixes #11 - After creating keys the app needs to completely restart due to aggressive module caching
This commit is contained in:
@@ -8,4 +8,5 @@ module.exports = {
|
||||
nginx: new Signale({scope: 'Nginx '}),
|
||||
ssl: new Signale({scope: 'SSL '}),
|
||||
import: new Signale({scope: 'Importer'}),
|
||||
setup: new Signale({scope: 'Setup '})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user