Onion-Location is set in common file (liberx/whoogle)

This commit is contained in:
root 2022-10-23 09:58:54 -04:00
parent 3a92aab786
commit 5ad823093b
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lx.vern.cc librex.vern.cc;
add_header Onion-Location http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
include common/librex.conf;
include snippets/lets-encrypt.conf;
}

View File

@ -17,7 +17,6 @@ server {
server_name whoogle.vern.cc wg.vern.cc;
include snippets/lets-encrypt.conf;
#include snippets/headers.conf;
add_header Onion-Location http://wg.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
include common/whoogle.conf;
}