2024-07-04, 07:47 PM
(This post was last modified: 2024-07-04, 08:10 PM by killerrabbit. Edited 2 times in total.)
I have just set up nginx as a reverse proxy and I can only ask to connect to the server from the IP and port, I can't get in. I can't get into the login screen because the file /web/main.jellyfin.bundle.js does not get found.
Here is the error log:
Here is the nginx configuration for the server.
Nginx Config
Feel free to ask for any more information and any help is appreciated.
Edit: updated status of connected via ip and port.
I figured it out. I needed to clear data in my browser and change the resolv.conf on my server.
Here is the error log:
Code:
2024/07/03 21:52:00 [error] 6442#6442: *1 jellyfin could not be resolved (3: Host not found), client: 192.168.254.196, server: jellyfin.killerrabbit.xyz, request: "GET /web/main.jellyfin.bundle.js?ba0eba4f8e459eb7c494 HTTP/2.0", host: "jellyfin.killerrabbit.xyz"
2024/07/03 21:52:01 [error] 6442#6442: *1 jellyfin could not be resolved (3: Host not found), client: 192.168.254.196, server: jellyfin.killerrabbit.xyz, request: "GET /web/serviceworker.js HTTP/2.0", host: "jellyfin.killerrabbit.xyz"
Here is the nginx configuration for the server.
Nginx Config
Feel free to ask for any more information and any help is appreciated.
Edit: updated status of connected via ip and port.
I figured it out. I needed to clear data in my browser and change the resolv.conf on my server.