mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Version 3 starter
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