mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-17 23:43:32 +01:00
chore: Improve typography
parent
40145bf0e5
commit
82cec5f9d3
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ server {
|
||||||
<details>
|
<details>
|
||||||
<summary>Nginx configured by Ansible/DebOps (by ypid)</summary><br/>
|
<summary>Nginx configured by Ansible/DebOps (by ypid)</summary><br/>
|
||||||
|
|
||||||
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
|
```YAML
|
||||||
vaultwarden__fqdn: 'vault.example.org'
|
vaultwarden__fqdn: 'vault.example.org'
|
||||||
|
|
Loading…
Reference in a new issue