summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-30 18:25:52 +0300
committerWolfy-J <[email protected]>2018-09-30 18:25:52 +0300
commit06f0a97e81905c880dc83813dd5b7f6f458ca724 (patch)
treed2ee8cadca0ca427358e1f02d05b69c57733ff28 /README.md
parent125f3b837355e932f73f54461e7550702d3fbcb0 (diff)
new env values
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9cc36e5c..5f8707c9 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Table of Contents
* [License](https://github.com/spiral/roadrunner/wiki/License)
* Using RoadRunner
* [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration)
+ * [HTTPS and HTTP/2](https://github.com/spiral/roadrunner/wiki/HTTPS-and-HTTP2)
* [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers)
* [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands)
* [RPC Integration](https://github.com/spiral/roadrunner/wiki/RPC-Integration)
@@ -40,6 +41,7 @@ Features:
--------
- production ready
- PSR-7 HTTP server (file uploads, error handling, static files, hot reload, middlewares, event listeners)
+- HTTPS and HTTP/2 support (including HTTP/2 Push)
- fully customizable server
- flexible environment configuration
- no external PHP dependencies, drop-in (based on [Goridge](https://github.com/spiral/goridge))