mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 07:04:36 -05:00
[GH-ISSUE #826] [feature] multiple Subdomains for a Resource #35076
Reference in New Issue
Block a user
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 @BlackQube on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/826
It would be great to be able to set multiple Subdomains for a Resource, like
or even for different Domains (I can see why this could be more complex with the ssl certificate handling)
without createing different resources for each subdomain.
I use some Apps, setup with multiple Subdomains currently with NginxProxyManager.
@absynth42 commented on GitHub (Jun 6, 2025):
This would also be helpful when proxying traditional web sites (blogs etc.), which usually have https://domain.com and https://www.domain.com/ associated with each other.
To help with SEO (canonical domains), I'd suggest to implement this as "primary hostname" and "secondary hostnames" (which then get 302 redirected).
@github-actions[bot] commented on GitHub (Jun 21, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.