mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +00:00 
			
		
		
		
	
							parent
							
								
									ec73c171c7
								
							
						
					
					
						commit
						20c5471a89
					
				| @ -18,8 +18,12 @@ | ||||
| 			deny all; | ||||
| 	 	} | ||||
| 	} | ||||
| 	location ~ ^(/cloud)(/[^/]+\.php)(/.*)?$ { | ||||
| 	location ~ ^(/cloud)((?:/ocs)?/[^/]+\.php)(/.*)?$ { | ||||
| 		# note: ~ has precendence over a regular location block | ||||
| 		# Accept URLs like: | ||||
| 		# /cloud/index.php/apps/files/ | ||||
| 		# /cloud/index.php/apps/files/ajax/scan.php (it's really index.php; see 6fdef379adfdeac86cc2220209bdf4eb9562268d) | ||||
| 		# /cloud/ocs/v1.php/apps/files_sharing/api/v1 (see #240) | ||||
| 		include fastcgi_params; | ||||
| 		fastcgi_param SCRIPT_FILENAME /usr/local/lib/owncloud/$2; | ||||
| 		fastcgi_param SCRIPT_NAME $1$2; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user