mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +00:00 
			
		
		
		
	Merge pull request #452 from m4rcs/master
Z-Push autoconfiguration fails due to URL case sensitivity
This commit is contained in:
		
						commit
						98cd04cccf
					
				| @ -55,7 +55,7 @@ | ||||
| 		# file upload limit to match the corresponding Postfix limit. | ||||
| 		client_max_body_size 128M; | ||||
| 	} | ||||
| 	location /autodiscover/autodiscover.xml { | ||||
| 	location ~* ^/autodiscover/autodiscover.xml$ { | ||||
| 		include fastcgi_params; | ||||
| 		fastcgi_param SCRIPT_FILENAME /usr/local/lib/z-push/autodiscover/autodiscover.php; | ||||
| 		fastcgi_param PHP_VALUE "include_path=.:/usr/share/php:/usr/share/pear:/usr/share/awl/inc"; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user