mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #858] Default Site Settings #729
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#729
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 @mat-m on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/858
I enabled "default site" setting to display the Congrats page for
As the subfield tells
I have 2 proxy hosts a.example.com and b.example.com
When I try to reach c.example.com, I expect to see the Congrats page. instead I have a browser message about insecure connection with the Dummy certificate from Nginx Proxy Manager.
Did I miss a configuration here ?
@mat-m commented on GitHub (Feb 7, 2021):
Looks like the proxy manager doesn't have an SSL-ready URL to publish the page.
Bug, feature or missing piece of config ?
@mat-m commented on GitHub (Feb 13, 2021):
HTTPS on non-existing hosts is doomed to fail.
Need a wildcard domain to maybe be able to support this. I don't know if it's enough.
@hwcltjn commented on GitHub (Mar 6, 2021):
@mat-m were you able to figure this out? It seems
/etc/nginx/conf.d/default.confincludes the dummy certs by default. Is there really no way of setting the default site correctly?