nginx-configs/conf.d/whoogle.conf

28 lines
720 B
Plaintext
Raw Permalink Normal View History

2022-07-25 10:55:46 +00:00
server {
listen 80;
listen [::]:80;
server_name whoogle.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion wg.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
2022-07-30 18:19:52 +00:00
include common/whoogle.conf;
}
server {
2022-07-26 01:54:22 +00:00
listen 11018;
listen [::]:11018;
2022-08-05 07:27:04 +00:00
server_name verneks7rfjptpz5fpii7n7nrxilsidi2qxepeuuf66c3tsf4nhq.b32.i2p;
2022-07-25 10:55:46 +00:00
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 common/whoogle.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name whoogle.vern.cc wg.vern.cc;
}