Go to file
Oskar S. Jakieła 508738ea7f Add configs for cursor images (`.cur`)
Apply all the configs used for `.ico` files to `.cur` files as the two
image formats are almost identical.

The MIME type for the `.cur` file doesn't matter as browsers seem to
sniff the content. However, `image/x-icon` is specified because it's
the one usually used for `.ico` file and because it's shorther then the
other frequentlly used one (`image/vnd.microsoft.icon`), making the
header size smaller.

See also:
* http://en.wikipedia.org/wiki/ICO_%28file_format%29
* http://msdn.microsoft.com/en-us/library/windows/desktop/ms648007%28v=vs.85%29.aspx

Close: #5.
2013-10-04 13:28:07 +03:00
conf Add configs for cursor images (`.cur`) 2013-10-04 13:28:07 +03:00
doc Move nginx server configs to their own repository 2013-07-29 01:55:11 +03:00
sites-available Move nginx server configs to their own repository 2013-07-29 01:55:11 +03:00
sites-enabled Move nginx server configs to their own repository 2013-07-29 01:55:11 +03:00
CHANGELOG.md Add configs for cursor images (`.cur`) 2013-10-04 13:28:07 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md and LICENSE.md 2013-08-21 16:56:25 +03:00
LICENSE.md Update CONTRIBUTING.md and LICENSE.md 2013-08-21 16:56:25 +03:00
README.md Add `README.md` 2013-07-29 02:07:37 +03:00
mime.types Add configs for cursor images (`.cur`) 2013-10-04 13:28:07 +03:00
nginx.conf Move nginx server configs to their own repository 2013-07-29 01:55:11 +03:00

README.md

Nginx Server Configs

Contributing to this project

Anyone and everyone is welcome to contribute, but please take a moment to review the contributing guidelines.

Acknowledgements

Nginx Server Configs is only possible thanks to all the awesome contributors!

This project is currently maintained by:

@AD7six
Andy Dawson

License

MIT License