mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 09:44:26 +01:00
4de1d017ad
* Refactor production nginx configuration files * Update README for new networks, SQL, etc.
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
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
|
|
}
|