2024-06-11, 05:38 PM 
(This post was last modified: 2024-06-11, 05:39 PM by engiqueering.)
		
	
	
		I commented out this part:
and restarted nginx, however I'm still getting the same results when trying to open localhost
Did I need to comment out any of the proxy-set-header lines as well?
Also yes, I'm running nginx on the same machine as jellyfin
	  
	
	
Code:
#location = / {
    #    return 302 http://$host/web/;
        #return 302 https://$host/web/;
    #}and restarted nginx, however I'm still getting the same results when trying to open localhost
Did I need to comment out any of the proxy-set-header lines as well?
Also yes, I'm running nginx on the same machine as jellyfin

