Add nginx proxy server

This commit is contained in:
2022-06-27 20:21:25 -04:00
parent 82df91305a
commit 8362230eb4
8 changed files with 22 additions and 21 deletions

View File

@@ -1,2 +1,5 @@
postgresql_config: /etc/postgresql/13/main/pg_hba.conf
postgresql_listen: "*"
postgresql_trust:
- "172.16.0.0/12"
- "192.168.0.0/16"