mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
11 lines
249 B
Text
11 lines
249 B
Text
## mempool_ssl.conf
|
|
|
|
server {
|
|
listen 4080;
|
|
listen [::]:4080;
|
|
server_name _;
|
|
|
|
include /etc/nginx/snippets/ssl-params.conf;
|
|
include /etc/nginx/snippets/ssl-certificate-app-data.conf;
|
|
include /etc/nginx/snippets/mempool.conf;
|
|
}
|