nginx-configs/conf.d/riot.conf

35 lines
837 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name riot.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion el.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion element.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/riot.conf;
}
server {
listen 11015;
listen [::]:11015;
server_name vernltmkmwexhk77dlxmqlet3djveje7gcq7lwy3l5gkemxysy5q.b32.i2p;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
include common/riot.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name riot.vern.cc el.vern.cc element.vern.cc;
include snippets/lets-encrypt.conf;
include common/riot.conf;
}
server {
listen 80;
listen [::]:80;
server_name riot.vern.cc el.vern.cc element.vern.cc;
return 301 https://$host$request_uri;
}