mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1450 adapt nginx tor configs
This commit is contained in:
parent
c46fe4b499
commit
6b6e583499
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
server {
|
||||
listen localhost:8125;
|
||||
listen [::1]:8125;
|
||||
listen [::]:8125;
|
||||
server_name _;
|
||||
|
||||
access_log /var/log/nginx/access_tallycoin_connect.log;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
server {
|
||||
listen localhost:8126 ssl;
|
||||
listen [::1]:8126 ssl;
|
||||
listen [::]:8126 ssl;
|
||||
server_name _;
|
||||
|
||||
include /etc/nginx/snippets/ssl-params.conf;
|
||||
|
|
Loading…
Add table
Reference in a new issue