1
0

Comment out Onion-Location header in nginx.conf.

This commit is contained in:
Alexander Andreev 2023-02-19 21:24:56 +04:00
parent 7ffc108b11
commit 3dc2380e09
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -48,7 +48,7 @@ server {
add_header X-Frame-Options "DENY";
add_header X-Content-Type-Options "nosniff";
add_header X-XSS-Protection "1; mode=block";
add_header Onion-Location "http://mkgnmhmzqm7kyzv7jnzzafvgm7xlmlfvzhgorpapd5or2arnhuktqd.onion/live$request_uri";
# add_header Onion-Location "http://mkgnmhmzqm7kyzv7jnzzafvgm7xlmlfvzhgorpapd5or2arnhuktqd.onion/live$request_uri";
location / {