Skip to content

Commit

Permalink
Tested if the resolver directive fixes not being able to resolve `k…
Browse files Browse the repository at this point in the history
…lokantech.github.io`
  • Loading branch information
CommanderStorm committed Apr 29, 2024
1 parent e8e7e38 commit 5e7ed7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ http {
}

location ~ ^/cdn/natural_earth_2_shaded_relief.raster/(.+)$ {
resolver 1.1.1.1;
proxy_pass https://klokantech.github.io/naturalearthtiles/tiles/natural_earth_2_shaded_relief.raster/$1;
proxy_set_header Host $proxy_host;
}
Expand Down

0 comments on commit 5e7ed7f

Please sign in to comment.