VPN: wireguard sidecar, nginx upstreams to 10.0.0.2, backend ports bound to wg0, updated docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
upstream postgres_backend {
|
||||
server 192.168.1.188:5432;
|
||||
server 10.0.0.2:5432;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user