vault backup: 2024-05-19 09:46:53

This commit is contained in:
zleyyij 2024-05-19 09:46:53 -06:00
parent 6c3037fcce
commit 5f9543377d

View File

@ -4,7 +4,12 @@ Right now, it appears that I can't do that with one IP because that would requir
I modified `/etc/nginx/nginx.conf` to include this block underneath the `http` block:
```nginx
stream {
server {
listen 443;
proxy_pass 192.168.0.2:443;
}
}
```
## IP Aliasing