vault backup: 2024-05-19 09:46:53
This commit is contained in:
parent
6c3037fcce
commit
5f9543377d
@ -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:
|
I modified `/etc/nginx/nginx.conf` to include this block underneath the `http` block:
|
||||||
```nginx
|
```nginx
|
||||||
|
stream {
|
||||||
|
server {
|
||||||
|
listen 443;
|
||||||
|
proxy_pass 192.168.0.2:443;
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## IP Aliasing
|
## IP Aliasing
|
||||||
|
Loading…
Reference in New Issue
Block a user