https://github.com/ideal/nginx-bjtu
Nginx modified for mirror.bjtu.edu.cn
https://github.com/ideal/nginx-bjtu
Last synced: over 1 year ago
JSON representation
Nginx modified for mirror.bjtu.edu.cn
- Host: GitHub
- URL: https://github.com/ideal/nginx-bjtu
- Owner: ideal
- Created: 2013-06-08T03:55:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T04:06:13.000Z (about 13 years ago)
- Last Synced: 2025-01-28T04:43:52.261Z (over 1 year ago)
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nginx-bjtu
==========
Nginx modified for mirror.bjtu.edu.cn
There's only a patch based on nginx 1.2.5 currently. The patch mainly does 3 modifications:
1. add an optione `keepalive_autoclose`, and it will auto disable keep-alive when the request is for some specific file types (such as .iso, .gz).
2. a nicer directory listing look for mirror.bjtu.edu.cn.
3. some error page are directly put into source code.