forked from ps249eph7/Nginx
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| access_1 | 1 year ago | |
| access_2 | 1 year ago | |
| append_1 | 1 year ago | |
| append_2 | 1 year ago | |
| append_3 | 1 year ago | |
| hello_world_1 | 1 year ago | |
| hello_world_2 | 1 year ago | |
| hello_world_3 | 1 year ago | |
| md5 | 1 year ago | |
| set_header_1 | 1 year ago | |
| set_header_2 | 1 year ago | |
| set_header_3 | 1 year ago | |
| .hg_archival.txt | 1 year ago | |
| LICENSE | 1 year ago | |
| README | 1 year ago | |
README
Modules
=======
hello_world
-----------
Installs location content handler to produce specific output.
- #1 produces the predefined output "Hello, world!"
- #2 allows setting text and HTTP status code
- #3 supports variables in output text
access
------
Installs an ACCESS phase handler and checks if user is allowed to access the
resource.
- #1 makes sure the User-Agent header contains the specified string
- #2 verifies user-provided hash md5(uri, secret).
set_header
----------
Installs header filter handler and allows to add output headers.
- #1 one header is supported
- #2 multiple headers are supported
- #3 variables are supported in header values
append
------
Installs header and body filter handlers and allows appending text to the
output.
- #1 a string is appended
- #2 md5 hash of the entire body is appended
- #3 subrequest text is appended
md5
---
Creates a variable with the md5 of the provided complex value.
Development Guide
=================
For more information on module development, see the NGINX development guide:
http://nginx.org/en/docs/dev/development_guide.html