nginx-configs/conf.d/invidious.conf

35 lines
775 B
Plaintext
Raw Normal View History

2022-07-25 10:55:46 +00:00
server {
listen 80;
listen [::]:80;
2022-07-30 18:19:52 +00:00
server_name inv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion invidious.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion yt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/invidious.conf;
}
server {
2022-07-26 01:54:22 +00:00
listen 11001;
listen [::]:11001;
2022-08-05 07:27:04 +00:00
server_name verni6dr4qxjgjumnvesxerh5rvhv6oy5ddeibaqy5d7tgbiiyfa.b32.i2p;
2022-07-25 10:55:46 +00:00
include common/invidious.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name inv.vern.cc invidious.vern.cc yt.vern.cc;
include snippets/lets-encrypt.conf;
include common/invidious.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name inv.vern.cc invidious.vern.cc yt.vern.cc;
}