nginx-configs/conf.d/jellyfin.conf

33 lines
675 B
Plaintext

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