nginx-configs/conf.d/riot.conf

35 lines
837 B
Plaintext
Raw Normal View History

2022-07-25 10:55:46 +00:00
server {
listen 80;
listen [::]:80;
2022-07-26 01:54:22 +00:00
2023-11-30 20:27:10 +00:00
server_name riot.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion el.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion element.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
2022-07-30 18:19:52 +00:00
include common/riot.conf;
}
server {
2022-07-26 01:54:22 +00:00
listen 11015;
listen [::]:11015;
2022-08-05 07:27:04 +00:00
server_name vernltmkmwexhk77dlxmqlet3djveje7gcq7lwy3l5gkemxysy5q.b32.i2p;
2022-07-25 10:55:46 +00:00
subs_filter_types text/html text/css text/xml application/javascript text/plain;
2022-07-25 10:55:46 +00:00
include common/riot.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
2023-11-30 20:27:10 +00:00
server_name riot.vern.cc el.vern.cc element.vern.cc;
2022-07-25 10:55:46 +00:00
include snippets/lets-encrypt.conf;
2022-07-25 10:55:46 +00:00
include common/riot.conf;
}
server {
listen 80;
listen [::]:80;
2023-11-30 20:27:10 +00:00
server_name riot.vern.cc el.vern.cc element.vern.cc;
return 301 https://$host$request_uri;
}