mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 08:56:50 +00:00
Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager
This commit is contained in:
4
frontend/globalSetup.js
Normal file
4
frontend/globalSetup.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = async () => {
|
||||
process.env.TZ = "Australia/Queensland";
|
||||
process.env.IMAGE_INLINE_SIZE_LIMIT = "20000";
|
||||
};
|
Reference in New Issue
Block a user