2023-07-20, 11:18 PM
Still unable to bring it up. 80 and 443 go the Nginx test page, 8096 isn't working. NetStat looks like this:
Code:
root@tannoflix:~# sudo netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 722/systemd-resolve
tcp 0 0 0.0.0.0:8096 0.0.0.0:* LISTEN 51558/jellyfin
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 48376/nginx: master
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1534/sshd: /usr/sbi
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 48376/nginx: master
tcp6 0 0 :::80 :::* LISTEN 48376/nginx: master
tcp6 0 0 :::22 :::* LISTEN 1534/sshd: /usr/sbi
tcp6 0 0 :::443 :::* LISTEN 48376/nginx: master