From 82cec5f9d3631ae8812e91d6e09ea02481a1760f Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sun, 25 Dec 2022 13:46:06 +0100 Subject: [PATCH] chore: Improve typography --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index ea28155..bc35f25 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -333,7 +333,7 @@ server {
Nginx configured by Ansible/DebOps (by ypid)
-Ansible inventory example that uses [DebOps](https://debops.org) to configure Nginx as a reverse proxy for vaultwarden. 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). Refer to [[Hardening Guide -- hiding under a subdir|Hardening-Guide#hiding-under-a-subdir]] +Ansible inventory example that uses [DebOps](https://debops.org) to configure Nginx as a reverse proxy for vaultwarden. 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). Refer to [[Hardening Guide – hiding under a subdir|Hardening-Guide#hiding-under-a-subdir]]. ```YAML vaultwarden__fqdn: 'vault.example.org'