mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-24 05:10:43 +00:00
Add TLSv1.3 support to proxy configuration
This commit is contained in:
@@ -165,6 +165,7 @@ server {
|
||||
|
||||
location / {
|
||||
proxy_pass https://127.0.0.1:8443;
|
||||
proxy_ssl_protocols TLSv1.3;
|
||||
proxy_ssl_verify off;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
@@ -279,4 +280,4 @@ drip config set <key> <value>
|
||||
|
||||
## License
|
||||
|
||||
BSD 3-Clause License - see [LICENSE](LICENSE) for details
|
||||
BSD 3-Clause License - see [LICENSE](LICENSE) for details
|
||||
|
||||
Reference in New Issue
Block a user