mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 5m30s
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user