mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-28 10:55:54 +03:00
[GH-ISSUE #2264] How can I use this nginx configuration with npm? #1613
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1613
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kpatdev on GitHub (Sep 15, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2264
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!
@keniobats commented on GitHub (Sep 30, 2022):
Hi @dezerving, any updates about this? I'm facing the same issue with Django. Thanks!
@kpatdev commented on GitHub (Oct 6, 2022):
Take a look here https://github.com/JeffreyCA/spleeter-web/issues/57 I was able to get things solved today because I had a folder mapping issue with NPM.
NPM needs access to the directories so make sure they are correctly mapped for NPM as well as the app.