Re: issue with `default_type` & `type` on 1.5.7

2014-01-09 Thread Maxim Dounin
Hello! On Sat, Jan 04, 2014 at 03:36:33PM -0500, Jonathan Vanasco wrote: > I recently encountered an issue with a 1.5.7 branch on OSX. i did not check > 1.5.8 > > The following code will set ALL css/js files as the default_type > > include /usr/local/nginx/conf/mime.types; > def

issue with `default_type` & `type` on 1.5.7

2014-01-04 Thread Jonathan Vanasco
I recently encountered an issue with a 1.5.7 branch on OSX. i did not check 1.5.8 The following code will set ALL css/js files as the default_type include /usr/local/nginx/conf/mime.types; default_type application/octet-stream; The following code works as intended default_