mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🗃️ 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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user