mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-09-18 21:57:46 -04:00
🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 5m49s
All checks were successful
release-tag / release-image (push) Successful in 5m49s
rootfs/tmp/etc/nginx/nginx.conf rootfs/tmp/etc/nginx/vhosts.d/template
This commit is contained in:
@@ -9,6 +9,8 @@ server {
|
||||
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;
|
||||
client_max_body_size 0;
|
||||
send_timeout 3600;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
@@ -19,7 +21,7 @@ server {
|
||||
index index.php index.html index.cgi index.pl index.aspx index.txt index.json index.unknown.php index.default.php;
|
||||
|
||||
location / {
|
||||
root REPLACE_ONION_WWW_DIR;
|
||||
root REPLACE_ONION_WWW_DIR;
|
||||
}
|
||||
location ^~ /favicon.ico {
|
||||
alias REPLACE_SERVER_WWW_DIR/favicon.ico;
|
||||
|
Reference in New Issue
Block a user