Harden onion boot flow and deepen site surfaces
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
This commit is contained in:
12
nginx/cyberlux-server-common.inc
Normal file
12
nginx/cyberlux-server-common.inc
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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;
|
||||
Reference in New Issue
Block a user