Merge pull request #360 from K2rool/patch-1
Make autodiscover location case insensitive
This commit is contained in:
		
						commit
						953cadd83c
					
				| @ -64,7 +64,7 @@ server { | |||||||
|     proxy_redirect off; |     proxy_redirect off; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   location ~ /(?:a|A)utodiscover/(?:a|A)utodiscover.xml { |   location ~* ^/Autodiscover/Autodiscover.xml { | ||||||
|     fastcgi_split_path_info ^(.+\.php)(/.+)$; |     fastcgi_split_path_info ^(.+\.php)(/.+)$; | ||||||
|     fastcgi_pass phpfpm:9000; |     fastcgi_pass phpfpm:9000; | ||||||
|     include /etc/nginx/fastcgi_params; |     include /etc/nginx/fastcgi_params; | ||||||
| @ -209,7 +209,7 @@ server { | |||||||
|     proxy_redirect off; |     proxy_redirect off; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   location ~ /(?:a|A)utodiscover/(?:a|A)utodiscover.xml { |   location ~* ^/Autodiscover/Autodiscover.xml { | ||||||
|     fastcgi_split_path_info ^(.+\.php)(/.+)$; |     fastcgi_split_path_info ^(.+\.php)(/.+)$; | ||||||
|     fastcgi_pass phpfpm:9000; |     fastcgi_pass phpfpm:9000; | ||||||
|     include /etc/nginx/fastcgi_params; |     include /etc/nginx/fastcgi_params; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 André Peters
						André Peters