
Side Project for Ubuntu/Nginx/Plex
Hello,
I'm looking for some assistance with my ubuntu website.
Basically I am creating an easier way to access my Plex Server for users.
So I built the index.html page, then built ngnix backend (excuse me I'm a bit new to the webdev world).
I set up my /etc/nginx/nginx.conf file. I will upload the text of the file shortly.
I also put my index.html file in the /etc/nginx/sites-available/my file. I removed the default file also. I renamed my file in this folder for my site.
When I go to my website I get the login webpage and I login with my servers Public IP and my Plex token. It works but it says, loading Conent and Libraries then it automatically says:
Failed connecting to your Plex server. Please double-check your IP address, token, and ensure Nginx is running properly.
I've verified the IP works as I can access Plex via the server IP:32400, but there is something I'm missing. I'm just looking for some help.
Thank you advance!
EDIT: Here are my files the Plex-Drive & my ngnix.conf