updated port for vaultwarden

This commit is contained in:
2025-02-04 16:52:11 +01:00
parent 9c35050f22
commit bd20f576dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://10.222.0.2:80/; proxy_pass http://10.222.0.2:4000/;
} }
location /sandbox { location /sandbox {
+1 -1
View File
@@ -30,6 +30,6 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://10.222.0.2:80; proxy_pass http://10.222.0.2:4000;
} }
} }