nginx-configs/conf.d/owncast.conf

36 lines
800 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 live.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion owncast.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion oc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/owncast.conf;
}
server {
2022-07-26 01:54:22 +00:00
listen 11010;
listen [::]:11010;
2022-08-05 07:27:04 +00:00
server_name vernnpcugwla7wyimbdmphdr3kxccis2dtco3qh2lgqwvt6ephsa.b32.i2p;
2022-07-25 10:55:46 +00:00
include common/owncast.conf;
}
server {
# listen 80 ;
# listen [::]:80 ;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name live.vern.cc owncast.vern.cc oc.vern.cc;
include snippets/lets-encrypt.conf;
include common/owncast.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name live.vern.cc owncast.vern.cc oc.vern.cc;
}