mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #583] How to setup A or CNAME record so I don’t have to use “www.”? #492
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#492
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 @QuantiumDev on GitHub (Aug 26, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/583
Checklist
What is troubling you?
I know this is super basic but so far, I’ve only been able to get my websites working with “www.[sitename].tld” but I’d much prefer using just “[sitename].tld”. What should the A or CNAME record look like for the latter?
@dash74 commented on GitHub (Aug 26, 2020):
When setting up the A or CNAME record. You would want to create two A or CNAME records. One with www and one using the @ symbol. That should allow you too just type in domain.com or www.domain.com.
@QuantiumDev commented on GitHub (Aug 26, 2020):
Thanks, dash74! That’s how I had it setup but it wasn’t working. Now it seems to be.