[GH-ISSUE #169] Help with fqdn not declared on dns #149

Closed
opened 2026-02-26 06:30:49 +03:00 by kerem · 3 comments
Owner

Originally created by @ricain59 on GitHub (Jul 17, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/169

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image? no
  • Are you sure you're not using someone else's docker image? no
  • If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network? no

Describe the bug
My problem is probably mine configuration. I have a domain public and redirect to NPM fine. NPM redirect to an virtualhost on my network and give error not found mysite.local.domain. But this virtualhost not declared on my network and on my linux machine have multiple virtualhost. Before, on my old proxy, i've put on file hosts "192.168.1.10 mysite.local.domain" and works. how do this with NPM? It's possible do this?

Thank you for help and sorry my english.

Originally created by @ricain59 on GitHub (Jul 17, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/169 **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? no - Are you sure you're not using someone else's docker image? no - If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network? no **Describe the bug** My problem is probably mine configuration. I have a domain public and redirect to NPM fine. NPM redirect to an virtualhost on my network and give error not found mysite.local.domain. But this virtualhost not declared on my network and on my linux machine have multiple virtualhost. Before, on my old proxy, i've put on file hosts "192.168.1.10 mysite.local.domain" and works. how do this with NPM? It's possible do this? Thank you for help and sorry my english.
kerem 2026-02-26 06:30:49 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ricain59 commented on GitHub (Jul 17, 2019):

I've try other solution, "--add-host xxxx" and "--network host" on docker run but unsuccesfully.

<!-- gh-comment-id:512593324 --> @ricain59 commented on GitHub (Jul 17, 2019): I've try other solution, "--add-host xxxx" and "--network host" on docker run but unsuccesfully.
Author
Owner

@jc21 commented on GitHub (Jul 23, 2019):

You said you have the domain public and redirecting so I assume you're just talking about a sub-domain of that domain not directing?

NPM is not a DNS manager, you'll have to get your DNS provider or service to send your mysite.local.domain to NPM or most likely a wildcard *.local.domain

<!-- gh-comment-id:514049432 --> @jc21 commented on GitHub (Jul 23, 2019): You said you have the domain public and redirecting so I assume you're just talking about a sub-domain of that domain not directing? NPM is not a DNS manager, you'll have to get your DNS provider or service to send your `mysite.local.domain` to NPM or most likely a wildcard `*.local.domain`
Author
Owner

@ricain59 commented on GitHub (Jul 23, 2019):

You can close resolve using, intranet domain.

<!-- gh-comment-id:514269917 --> @ricain59 commented on GitHub (Jul 23, 2019): You can close resolve using, intranet domain.
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#149
No description provided.