You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup a reverse proxy for Spleeter-Web with NPM. The reverse proxy is working great. I can reach the site through my subdomain and process files. I just can't seem to get my requests to be proxied correctly (downloading files from the webpage). Here's the nginx configuration that they want to use:
Every time I try to download a processed file or playback any media on the webpage I get a 404. I can verify the files are being created and the container has access to them. It is a matter of getting the right config in npm and I just haven't been able to figure it out. Here's what I have tried so far and have not had any success.
I just can't seem to figure out what else I should do. The reverse proxy should be taking me to my files at spleeter.domain.com/media* however, it just returns a 404 even though the files are present. Which part of the config am I messing up?
Appreciate the help!
The text was updated successfully, but these errors were encountered:
I am trying to setup a reverse proxy for Spleeter-Web with NPM. The reverse proxy is working great. I can reach the site through my subdomain and process files. I just can't seem to get my requests to be proxied correctly (downloading files from the webpage). Here's the nginx configuration that they want to use:
Every time I try to download a processed file or playback any media on the webpage I get a 404. I can verify the files are being created and the container has access to them. It is a matter of getting the right config in npm and I just haven't been able to figure it out. Here's what I have tried so far and have not had any success.
I just can't seem to figure out what else I should do. The reverse proxy should be taking me to my files at
spleeter.domain.com/media*
however, it just returns a 404 even though the files are present. Which part of the config am I messing up?Appreciate the help!
The text was updated successfully, but these errors were encountered: