Changes between Initial Version and Version 1 of Ticket #254, comment 4


Ignore:
Timestamp:
11/23/12 04:07:49 (11 years ago)
Author:
Roberto Hidalgo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #254, comment 4

    initial v1  
    1414The contents of the testing dir are just empty `index.html` and `test.css` files.
    1515
    16 To reproduce the problem I am reporting, try removing any new lines on the mime.types file, and inspect the HTTP headers sent by nginx of a static `.css` file. The expected result would be having a header like `Content-type: text/css`; the resulting headers include, on the other hand, `Content-type: application/octet-stream`.
     16To reproduce the problem I am reporting, try removing any new lines at the beginning of the `mime.types` file file, start NGINX, and inspect the HTTP headers sent by NGINX of a static `.css` file. The expected result would be having a header like `Content-type: text/css`; the resulting headers include, on the other hand, `Content-type: application/octet-stream`.
    1717
    18 I tested in that way with a clean 1.2.5 nginx installation on Mac OS X, with no modules and no patches at all.
     18I tested in that way with a clean 1.2.5 nginx installation on Mac OS X, with no 3^rd^ party modules or patches at all.