Skip to content
Snippets Groups Projects
Commit 6ecc5813 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Listen on ipv4 address instead of localhost

parent 2572425e
Branches
No related tags found
No related merge requests found
# This file is written by salt. Don't even think about it.
upstream postgrest_{{ instance_name }} {
server localhost:{{ postgrest_port }};
server 127.0.0.1:{{ postgrest_port }};
keepalive 64;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment