https://github.com/ideal/ngx_http_bjtuindex
autoindex module for mirror.bjtu.edu.cn
https://github.com/ideal/ngx_http_bjtuindex
Last synced: 3 months ago
JSON representation
autoindex module for mirror.bjtu.edu.cn
- Host: GitHub
- URL: https://github.com/ideal/ngx_http_bjtuindex
- Owner: ideal
- Created: 2013-09-22T06:40:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T06:15:36.000Z (over 12 years ago)
- Last Synced: 2025-01-28T04:43:52.161Z (over 1 year ago)
- Language: C
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngx_http_bjtuindex
autoindex module for mirror.bjtu.edu.cn, with nicer style.
Installation Instructions
=========================
Build and install by running in nginx directory:
```
./configure --add-module=/path/to/ngx_http_bjtuindex
```
NOTE: Currently before make you need to edit `objs/ngx_modules.c`, just
put `&ngx_http_bjtuindex_module` ahead of `&ngx_http_autoindex_module`.
Configuration
=============
In main, server or location config:
```
bjtuindex on;
bjtuindex_css_path "/cn/style.css";
```