finish chores
This commit is contained in:
parent
64ad60a8e2
commit
1cc4af9c1b
24 changed files with 542 additions and 224 deletions
|
|
@ -9,7 +9,7 @@ http {
|
|||
default_type application/octet-stream;
|
||||
|
||||
sendfile on;
|
||||
|
||||
|
||||
keepalive_timeout 65;
|
||||
|
||||
gzip on;
|
||||
|
|
@ -44,16 +44,20 @@ http {
|
|||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
send_timeout 600;
|
||||
}
|
||||
|
||||
location /map/tiles/ {
|
||||
proxy_set_header Host b.basemaps.cartocdn.com;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
proxy_pass http://osm/dark_all/;
|
||||
proxy_cache osm;
|
||||
proxy_cache_valid 7d;
|
||||
expires 7d;
|
||||
}
|
||||
location /map/tiles/ {
|
||||
proxy_set_header Host b.basemaps.cartocdn.com;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
proxy_pass http://osm/dark_all/;
|
||||
proxy_cache osm;
|
||||
proxy_cache_valid 7d;
|
||||
expires 7d;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue