diff --git a/README.md b/README.md index 9ecddf6..04ad9f7 100644 --- a/README.md +++ b/README.md @@ -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)