Add persistent onion key backup and restore, improve startup resilience, and flesh out the major site verticals with richer navigation, search coverage, and operator documentation. Made-with: Cursor
13 lines
461 B
PHP
13 lines
461 B
PHP
# Included inside each `server { }` for CyberLux onion vhosts.
|
|
# Installed to /etc/nginx/cyberlux-server-common.inc by install-tor-onion.sh
|
|
|
|
server_tokens off;
|
|
client_body_timeout 15s;
|
|
client_header_timeout 15s;
|
|
send_timeout 60s;
|
|
|
|
add_header X-Frame-Options "SAMEORIGIN" always;
|
|
add_header X-Content-Type-Options "nosniff" always;
|
|
add_header Referrer-Policy "no-referrer" always;
|
|
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
|