mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
fixed the default nginx.conf and torrc configs
This commit is contained in:
parent
2e076599ff
commit
56c7c319e1
2 changed files with 5 additions and 1 deletions
|
@ -2,8 +2,10 @@ server {
|
|||
listen 4443;
|
||||
listen [::]:4443;
|
||||
server_name lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion;
|
||||
# if using the default torrc we provided, get the hostname from here:
|
||||
# cat /var/lib/tor/lantern/hostname
|
||||
|
||||
root /srv/darknet-onion-webring/www/;
|
||||
root /srv/darknet-lantern/www/;
|
||||
location ~ \.php$ {
|
||||
include snippets/fastcgi-php.conf;
|
||||
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue