On Wed, Apr 15, 2015 at 05:00:29AM -0400, Jiri B wrote:
> Hi,
> 
> I can't figure out two things:
> 
> 1. how to define text/plain for files which do not have extension,
>    following does not work:
> 
>    types {
>    #       include "/usr/share/misc/mime.types"
>            text/plain *
>          }

FYI 'text/plain *' and 'text/plain "*"' causes httpd to
send any url as 'application/octet-stream'. Seems odd.

> 
> 2. how to define types only for specific location
> 
> Thanks for help.

Reply via email to