nginx-configs/conf.d/icecast.conf

33 lines
678 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name radio.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion icecast.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/icecast.conf;
}
server {
listen 11106;
listen [::]:11106;
server_name vernwe65i5iwfypgmlaciaqsbuvzouxf7qco6xl6qkfgdzsmvf2a.b32.i2p;
include common/icecast.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name radio.vern.cc icecast.vern.cc;
include snippets/lets-encrypt.conf;
include common/icecast.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name radio.vern.cc icecast.vern.cc;
}