We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ad645 commit f11ef66Copy full SHA for f11ef66
2 files changed
.dockerignore
@@ -1 +1,2 @@
1
-.github
+.github
2
+Dockerfile
nginx.conf
@@ -71,6 +71,12 @@ http {
71
proxy_pass https://imageproxy.netdb.at/$sig/plain/$src;
72
}
73
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
+ }
80
81
location /data/ {
82
proxy_pass https://netdbhub.blob.core.windows.net;
0 commit comments