Remove instances from Tor paths
This commit is contained in:
parent
f13a58a5b2
commit
546a7f2572
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ ht_path = "/srv/ht"
|
||||||
; Nginx configuration directory
|
; Nginx configuration directory
|
||||||
nginx_config_path = "/etc/nginx/ht"
|
nginx_config_path = "/etc/nginx/ht"
|
||||||
; Tor configuration file
|
; Tor configuration file
|
||||||
tor_config_path = "/etc/tor/instances/niver/torrc"
|
tor_config_path = "/etc/tor/torrc"
|
||||||
; Tor keys directory
|
; Tor keys directory
|
||||||
tor_keys_path = "/var/lib/tor-instances/niver/keys"
|
tor_keys_path = "/var/lib/tor/keys"
|
||||||
tor_service = "tor"
|
tor_service = "tor"
|
||||||
|
|
||||||
sudo_path = "/usr/bin/sudo"
|
sudo_path = "/usr/bin/sudo"
|
||||||
|
|
Loading…
Reference in a new issue