Skip to content

Commit f11ef66

Browse files
added logos
1 parent c6ad645 commit f11ef66

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.github
1+
.github
2+
Dockerfile

nginx.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ http {
7171
proxy_pass https://imageproxy.netdb.at/$sig/plain/$src;
7272
}
7373

74+
location /logo/ {
75+
proxy_pass https://brand.netdb.at;
76+
proxy_cache static_cache;
77+
proxy_cache_bypass $http_pragma;
78+
proxy_cache_revalidate on;
79+
}
7480

7581
location /data/ {
7682
proxy_pass https://netdbhub.blob.core.windows.net;

0 commit comments

Comments
 (0)