[GH-ISSUE #320] Help configure proxy with path #282

Closed
opened 2026-02-26 06:32:01 +03:00 by kerem · 2 comments
Owner

Originally created by @mkozhin on GitHub (Mar 11, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/320

How can I configure the proxy in the web interface so that the stream
http://mystream.com/stream.mp3
opens on my subdomain
https://stream.site.com

P.S. Sorry for my English

Originally created by @mkozhin on GitHub (Mar 11, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/320 How can I configure the proxy in the web interface so that the stream http://mystream.com/stream.mp3 opens on my subdomain https://stream.site.com P.S. Sorry for my English
kerem 2026-02-26 06:32:01 +03:00
Author
Owner

@miguelwill commented on GitHub (Mar 19, 2020):

I think you can't redirect a file access directly without using a url rewrite rule

<!-- gh-comment-id:601254577 --> @miguelwill commented on GitHub (Mar 19, 2020): I think you can't redirect a file access directly without using a url rewrite rule
Author
Owner

@chaptergy commented on GitHub (May 11, 2021):

You can add a proxy host and under the advanced tab add

location = / {
  proxy_pass http://mystream.com/stream.mp3;
}
<!-- gh-comment-id:839070864 --> @chaptergy commented on GitHub (May 11, 2021): You can add a proxy host and under the advanced tab add ``` location = / { proxy_pass http://mystream.com/stream.mp3; } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#282
No description provided.