1
0
Fork 0
forked from svrjs/svrjs

Change the level of headings in Features section in README.md

This commit is contained in:
Dorian Niemiec 2024-08-31 15:31:30 +02:00
parent 65a3f373f0
commit b6f17d2af4

View file

@ -12,7 +12,7 @@
## Features
#### Static file handling
### Static file handling
* Static file serving (even above 2GB)
* 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)
* Serving from web root different than SVR.JS installation directory
#### Security
### Security
* HTTPS support
* HTTP/2 support
@ -29,7 +29,7 @@
* Ability to hide server version
* OCSP stapling support (from SVR.JS 3.4.9)
#### Configuration and customization
### Configuration and customization
* Configurability via _config.json_ file
* Expandability via server-side JavaScript and mods
@ -37,7 +37,7 @@
* URL rewriting engine
* 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)
* SNI (Server Name Indication) support
@ -45,18 +45,18 @@
* Reverse proxy functionality (requires reverse-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
#### Gateway interfaces
### Gateway interfaces
* CGI (Common Gateway Interface) support (requires RedBrick mod)
* SCGI (Simple Common Gateway Interface) support (requires OrangeCircle mod)
* JSGI (JavaScript Gateway Interface) support (requires YellowSquare mod)
* PHP support (PHP-CGI with RedBrick mod or PHP-FPM with GreenRhombus mod)
#### Additional functionality
### Additional functionality
* Logging
* Ability to display IP addresses, from which originally request was made (from reverse proxies; via X-Forwarded-For)