From a339d1990469c04b5a8e9f2da2a3594cb0c6b9cf Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Wed, 5 Feb 2020 23:27:33 -0800 Subject: [PATCH] fix link --- Enabling-HTTPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-HTTPS.md b/Enabling-HTTPS.md index 52eeccb..db0b7e9 100644 --- a/Enabling-HTTPS.md +++ b/Enabling-HTTPS.md @@ -1,4 +1,4 @@ -To enable HTTPS in `bitwarden_rs` itself, set the `ROCKET_TLS` environment variable as described below. However, since Rocket's TLS support is relatively immature, it would typically be preferable to use a more mature [reverse proxy](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples) unless you really need to minimize dependencies. +To enable HTTPS in `bitwarden_rs` itself, set the `ROCKET_TLS` environment variable as described below. However, since Rocket's TLS support is relatively immature, it would typically be preferable to use a more mature [[reverse proxy|proxy-examples]] unless you really need to minimize dependencies. The values to the option must follow the format: ```