darknet-lantern/nginx.conf
2025-01-12 14:44:01 +01:00

13 lines
415 B
Nginx Configuration File

server {
listen 4443;
listen [::]:4443;
server_name uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion;
root /srv/darknet-onion-webring/www/;
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
}
index index.php;
}