Changes between Initial Version and Version 1 of Ticket #254, comment 4
- Timestamp:
- 11/23/12 04:07:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #254, comment 4
initial v1 14 14 The contents of the testing dir are just empty `index.html` and `test.css` files. 15 15 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 nginxof 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`.16 To 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`. 17 17 18 I tested in that way with a clean 1.2.5 nginx installation on Mac OS X, with no modules and nopatches at all.18 I 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.