mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
* Refactor production nginx configuration files * Update README for new networks, SQL, etc.
8 lines
263 B
Text
8 lines
263 B
Text
location /api/v1/donations {
|
|
proxy_pass https://mempool.space;
|
|
proxy_hide_header onion-location;
|
|
proxy_hide_header strict-transport-security;
|
|
proxy_hide_header content-security-policy;
|
|
proxy_hide_header x-frame-options;
|
|
# don't rate limit this API prefix
|
|
}
|