mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
* Fix typo in mempool v2.0.0 pull request causing incorrect nginx config * Bump mempool to v2.0.1
11 lines
268 B
Text
11 lines
268 B
Text
## mempool_tor_ssl.conf
|
|
|
|
server {
|
|
listen localhost:4082;
|
|
listen [::1]:4082;
|
|
server_name _;
|
|
|
|
include /etc/nginx/snippets/ssl-params.conf;
|
|
include /etc/nginx/snippets/ssl-certificate-app-data-tor.conf;
|
|
include /etc/nginx/snippets/mempool.conf;
|
|
}
|