Skip to content

Commit

Permalink
fix: remove typo in gateway config (#5981)
Browse files Browse the repository at this point in the history
Signed-off-by: irizzant <i.rizzante@gmail.com>
  • Loading branch information
irizzant authored Apr 21, 2022
1 parent db23887 commit 66a4692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/gateway.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';
access_log /dev/stderr main;
sendfile on;
tcp_nopush on;
resolver $(dns_resolver)s;
resolver %(dns_resolver)s;
server {
listen 80;
Expand Down

0 comments on commit 66a4692

Please sign in to comment.