You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			124 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			124 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = async () => {
 | |
| 	process.env.TZ = "Australia/Queensland";
 | |
| 	process.env.IMAGE_INLINE_SIZE_LIMIT = "20000";
 | |
| };
 |