mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
11 lines
276 B
Text
11 lines
276 B
Text
## mempool_tor_ssl.conf
|
|
|
|
server {
|
|
listen localhost:4083 ssl;
|
|
listen [::1]:4083 ssl;
|
|
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;
|
|
}
|