We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08cfa8 commit 8835ba9Copy full SHA for 8835ba9
nix/oci-images.nix
@@ -35,13 +35,15 @@ if targetSystem == "x86_64-linux" then {
35
root ${nginx}/html;
36
}
37
location = /api/v3/coins/list {
38
+ if ( $args != "" ) { return 400; }
39
${proxyConf}
40
proxy_cache_valid 200 10m;
41
proxy_cache_valid any 1m;
42
set $coingecko https://api.coingecko.com;
43
proxy_pass $coingecko;
44
45
location = /api/v3/simple/supported_vs_currencies {
46
47
48
49
0 commit comments