Updates vaultwarden reverse proxy config

This commit is contained in:
Dennis Schoepf 2025-04-25 16:47:27 +02:00
parent d42681deee
commit 1978686376

View file

@ -118,7 +118,7 @@
root * /var/www/slides
'';
virtualHosts."vault.dnsc.io".extraConfig = ''
reverse_proxy 127.0.0.1:8222
reverse_proxy localhost:8222
'';
};