updated port for vaultwarden
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user