We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d9398a + f1d487f commit 4c29f5cCopy full SHA for 4c29f5c
README.md
@@ -73,6 +73,19 @@ $ cargo run --example # shows a list of available examples
73
$ cargo run --example hello
74
```
75
76
+## TLS termination and reverse proxies
77
+
78
+Tide's default backend currently does not support TLS, and only supports HTTP/1.1.
79
80
+### To use with nginx
81
82
+In order to use nginx as reverse proxy for Tide, your upstream proxy configuration must include this line:
83
84
+```
85
+proxy_http_version 1.1;
86
87
88
89
## Resources
90
91
Read about the design here:
0 commit comments