🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/nginx/nginx.conf
rootfs/tmp/etc/nginx/vhosts.d/
rootfs/tmp/etc/unbound/unbound.conf
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
rootfs/usr/share/httpd/default/hidden_service.html
This commit is contained in:
casjay
2025-05-01 10:32:45 -04:00
parent 938943e7cf
commit b445cbc0d5
6 changed files with 147 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ http {
access_log /data/logs/nginx/access.REPLACE_SERVER_NAME.log;
server {
listen REPLACE_SERVER_PORT;
listen REPLACE_SERVER_PORT default_server;
server_name REPLACE_SERVER_NAME;
root REPLACE_SERVER_WWW_DIR;
index index.php index.html index.cgi index.pl index.aspx index.txt index.json index.unknown.php index.default.php;
@@ -119,4 +119,5 @@ http {
fastcgi_param REDIRECT_STATUS 200;
}
}
include /etc/nginx/vhosts.d/*.conf;
}