make rlvm services go through tilserv nginx instead of statusvern

This commit is contained in:
root 2022-10-11 02:37:14 -04:00
parent e0a0309f9e
commit 45a3dc5446
5 changed files with 49 additions and 1 deletions

View File

@ -23,7 +23,6 @@ server {
server_name inv.vern.cc invidious.vern.cc yt.vern.cc;
include snippets/lets-encrypt.conf;
include snippets/headers.conf;
include common/invidious.conf;
}

View File

@ -15,3 +15,19 @@ server {
include common/librex.conf;
}
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;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name lx.vern.cc librex.vern.cc;
}

View File

@ -6,3 +6,19 @@ server {
include common/searxng.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name searx.vern.cc searxng.vern.cc sx.vern.cc;
add_header Onion-Location http://searx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
include common/searxng.conf;
include snippets/lets-encrypt.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name searx.vern.cc searxng.vern.cc sx.vern.cc;
}

View File

@ -11,3 +11,19 @@ server {
server_name verneks7rfjptpz5fpii7n7nrxilsidi2qxepeuuf66c3tsf4nhq.b32.i2p;
include common/whoogle.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
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;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name whoogle.vern.cc wg.vern.cc;
}

1
sites-enabled/searxng.conf Symbolic link
View File

@ -0,0 +1 @@
/etc/nginx/sites-available/searxng.conf