mirror of
				https://github.com/optim-enterprises-bv/Mailu-OIDC.git
				synced 2025-10-30 17:47:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			423 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			423 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| expose_php=Off
 | |
| date.timezone={{ TZ }}
 | |
| upload_max_filesize = {{ MAX_FILESIZE }}M
 | |
| post_max_size = {{ MAX_FILESIZE }}M
 | |
| session.auto_start=Off
 | |
| mbstring.func_overload=Off
 | |
| file_uploads=On
 | |
| error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
 | |
| display_errors=Off
 | |
| log_errors=On
 | |
| zlib.output_compression=Off
 | |
| access.log = /dev/fd/2
 | |
| error_log = /dev/fd/2
 | |
| module=snuffleupagus.so
 | |
| sp.configuration_file=/etc/snuffleupagus.rules
 | 
