forked from svrjs/svrjs
Change the level of headings in Features section in README.md
This commit is contained in:
parent
65a3f373f0
commit
b6f17d2af4
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
#### Static file handling
|
### Static file handling
|
||||||
|
|
||||||
* Static file serving (even above 2GB)
|
* Static file serving (even above 2GB)
|
||||||
* Directory listing serving
|
* Directory listing serving
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
* Content-Range support (for non-HTML static files; also for HTML files from SVR.JS 3.15.1)
|
* Content-Range support (for non-HTML static files; also for HTML files from SVR.JS 3.15.1)
|
||||||
* Serving from web root different than SVR.JS installation directory
|
* Serving from web root different than SVR.JS installation directory
|
||||||
|
|
||||||
#### Security
|
### Security
|
||||||
|
|
||||||
* HTTPS support
|
* HTTPS support
|
||||||
* HTTP/2 support
|
* HTTP/2 support
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
* Ability to hide server version
|
* Ability to hide server version
|
||||||
* OCSP stapling support (from SVR.JS 3.4.9)
|
* OCSP stapling support (from SVR.JS 3.4.9)
|
||||||
|
|
||||||
#### Configuration and customization
|
### Configuration and customization
|
||||||
|
|
||||||
* Configurability via _config.json_ file
|
* Configurability via _config.json_ file
|
||||||
* Expandability via server-side JavaScript and mods
|
* Expandability via server-side JavaScript and mods
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
* URL rewriting engine
|
* URL rewriting engine
|
||||||
* Event driven architecture powered by Node.JS, along with clustering.
|
* Event driven architecture powered by Node.JS, along with clustering.
|
||||||
|
|
||||||
#### Compression and content delivery
|
### Compression and content delivery
|
||||||
|
|
||||||
* Brotli, gzip and Deflate HTTP compression (Brotli supported since SVR.JS 3.4.11)
|
* Brotli, gzip and Deflate HTTP compression (Brotli supported since SVR.JS 3.4.11)
|
||||||
* SNI (Server Name Indication) support
|
* SNI (Server Name Indication) support
|
||||||
|
@ -45,18 +45,18 @@
|
||||||
* Reverse proxy functionality (requires reverse-proxy-mod SVR.JS mod)
|
* Reverse proxy functionality (requires reverse-proxy-mod SVR.JS mod)
|
||||||
* Forward proxy functionality (requires forward-proxy-mod SVR.JS mod)
|
* Forward proxy functionality (requires forward-proxy-mod SVR.JS mod)
|
||||||
|
|
||||||
#### Authentication and access control
|
### Authentication and access control
|
||||||
|
|
||||||
* HTTP basic authentication
|
* HTTP basic authentication
|
||||||
|
|
||||||
#### Gateway interfaces
|
### Gateway interfaces
|
||||||
|
|
||||||
* CGI (Common Gateway Interface) support (requires RedBrick mod)
|
* CGI (Common Gateway Interface) support (requires RedBrick mod)
|
||||||
* SCGI (Simple Common Gateway Interface) support (requires OrangeCircle mod)
|
* SCGI (Simple Common Gateway Interface) support (requires OrangeCircle mod)
|
||||||
* JSGI (JavaScript Gateway Interface) support (requires YellowSquare mod)
|
* JSGI (JavaScript Gateway Interface) support (requires YellowSquare mod)
|
||||||
* PHP support (PHP-CGI with RedBrick mod or PHP-FPM with GreenRhombus mod)
|
* PHP support (PHP-CGI with RedBrick mod or PHP-FPM with GreenRhombus mod)
|
||||||
|
|
||||||
#### Additional functionality
|
### Additional functionality
|
||||||
|
|
||||||
* Logging
|
* Logging
|
||||||
* Ability to display IP addresses, from which originally request was made (from reverse proxies; via X-Forwarded-For)
|
* Ability to display IP addresses, from which originally request was made (from reverse proxies; via X-Forwarded-For)
|
||||||
|
|
Reference in a new issue