mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 01:34:28 +01:00
4de1d017ad
* Refactor production nginx configuration files * Update README for new networks, SQL, etc.
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
location /api/v1/donations/images {
|
|
proxy_pass https://mempool.space;
|
|
proxy_cache services;
|
|
proxy_cache_valid 200 1d;
|
|
expires 7d;
|
|
add_header Cache-Control "public, no-transform";
|
|
proxy_hide_header onion-location;
|
|
proxy_hide_header strict-transport-security;
|
|
proxy_hide_header content-security-policy;
|
|
proxy_hide_header x-frame-options;
|
|
}
|