From 81efd61f709335cab9436208eea5d8df55b11196 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sat, 28 Dec 2019 15:16:45 +0100 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index b784fcd..43bca6c 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -78,7 +78,7 @@ server { ## Nginx (by ypid) -Ansible inventory example that uses DebOps to configure nginx as a reverse proxy for bitwarden_rs. I choose to go with the PSK in the URL for additional security to not expose the API to everyone on the Internet because the client apps do not support client certificates yet (I tested it). +Ansible inventory example that uses DebOps to configure nginx as a reverse proxy for bitwarden_rs. I choose to go with the PSK in the URL for additional security to not expose the API to everyone on the Internet because the client apps do not support client certificates yet (I tested it). Note using subpath/PSK requires to patch the source code and recompile, ref: https://github.com/dani-garcia/bitwarden_rs/issues/241#issuecomment-436376497. /admin is untested. ```YAML bitwarden__fqdn: 'vault.example.org'