🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 5m30s

rootfs/tmp/etc/nginx/vhosts.d/template
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
casjay
2025-11-21 09:35:41 -05:00
parent a69f03b0a4
commit b438368de6
3 changed files with 18 additions and 12 deletions

View File

@@ -4,8 +4,8 @@
#Reverse Proxy
#See /etc/nginx/conf.d/default.conf for proxy servers
server {
server_name REPLACE_ONION_SITE;
listen REPLACE_ONION_PORT;
server_name REPLACE_ONION_SITE;
keepalive_timeout 75 75;
access_log /data/logs/nginx/access.REPLACE_ONION_SITE.log;
error_log /data/logs/nginx/error.REPLACE_ONION_SITE.log info;