Skip to content

Commit

Permalink
Tested running the requests for klokantech.github.io to make ZIT happy
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Apr 29, 2024
1 parent c9feaf3 commit 5a83b7d
Show file tree
Hide file tree
Showing 2 changed files with 2,371 additions and 508 deletions.
5 changes: 5 additions & 0 deletions data/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ http {
access_log off;
}

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

location ~* \.webp$ {
expires 7d;
add_header Cache-Control "public";
Expand Down
Loading

0 comments on commit 5a83b7d

Please sign in to comment.