Skip to content

Commit

Permalink
README.md: Use 127.0.0.1 instead of localhost
Browse files Browse the repository at this point in the history
This saves some DNS queries
  • Loading branch information
bastelfreak committed Nov 12, 2024
1 parent 7800668 commit 125e414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ include 'nginx'
$server_names = [$facts['networking']['fqdn'], $aliases]
nginx::resource::vhost { $facts['networking']['fqdn']:
proxy => 'http://localhost:8500',
proxy => 'http://127.0.0.1:8500',
server_name => $server_names,
}
```
Expand Down

0 comments on commit 125e414

Please sign in to comment.