mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Don't rate limit /api/v1/donations URL prefix for sponsor photos
This commit is contained in:
parent
d8521a9e21
commit
32095cd6b3
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ http {
|
||||||
location = /api/ {
|
location = /api/ {
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
}
|
}
|
||||||
|
location /api/v1/donations {
|
||||||
|
proxy_pass http://127.0.0.1:8999;
|
||||||
|
# don't rate limit this URL prefix
|
||||||
|
}
|
||||||
location /api/v1/ws {
|
location /api/v1/ws {
|
||||||
proxy_pass http://127.0.0.1:8999/;
|
proxy_pass http://127.0.0.1:8999/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue