mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #2446] Question: How to configure frontend, backend, cdn #1719
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#1719
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 @tayfunyasar on GitHub (Dec 3, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2446
Hello
I have been dealing with mapping my previous nginx configuration to NPM
current NPM config:

Whats wrong with my configuration?
previous nginx config:
server`
{
}`
when i open domain.com over browser, this is the result
{"status":"OK","version":{"major":2,"minor":9,"revision":19}}domain.com:3000/ > react app
domain.com:8089/api > backend app
domain.com:1453/images > ftp path
@Casal0x commented on GitHub (Dec 13, 2022):
@tayfunyasar did you find answer?
@tayfunyasar commented on GitHub (Dec 20, 2022):
@Casal0x still no hope
@JoeHaenf commented on GitHub (Dec 23, 2022):
I think you should not define three independent proxy hosts.
You might rather take your first proxy host, go to edit, and then insert a custom location for /api and /images. You then can paste any additional configuration when you hit the gear icon on the right side.
When you check your data directory from you container (for example ./data/nginx/proxy_host), you can control the conf file NginxProxyManager creates and tune it until it matches your previoius configuration.
@github-actions[bot] commented on GitHub (Feb 3, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Mar 20, 2025):
Issue was closed due to inactivity.