mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 03:48:31 +02:00
Fix nginx.conf reverse proxy cache URL path for sponsor images
This commit is contained in:
parent
c24e44f6fa
commit
ffb08e5e01
@ -133,7 +133,7 @@ http {
|
||||
location = /api/ {
|
||||
try_files $uri $uri/ /index.html =404;
|
||||
}
|
||||
location /api/v1/donations {
|
||||
location /api/v1/donations/images {
|
||||
# don't rate limit this URL prefix
|
||||
proxy_pass http://127.0.0.1:8999;
|
||||
proxy_cache cache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user