Error: "Conflicting Server Name"
Solved
Support
-
A new (Directus) app that i cloned from an existing one, has seemingly become stuck in an unresponsive (
502 Error
) state.The logs show:
[no timestamp] [warn] conflicting server name "<my-app-domain>" on 0.0.0.0:80, ignored [no timestamp] [warn] conflicting server name "<my-app-domain>" on [::]:80, ignored [no timestamp] [warn] conflicting server name "<my-app-domain>" on 0.0.0.0:443, ignored [no timestamp] [warn] conflicting server name "<my-app-domain>" on [::]:443, ignored
How to resolve this issue?
Note:
- Domain's been configured using a Wildcard config
- Domain has no pending propagation (IPv4 & IPv6 addresses are correctly pointed)
- Tried "Sync DNS" > restart app already
- Have already uninstalled and reinstalled once
Update:
I have again uninstalled the app.
Upon inspecting/etc/nginx/applications/
, i can now see 2 orphan configs (for the uninstalled apps) for the concerned <my-app-domain>, which should be the cause of this issue.Is this a bug then (orphaned nginx configs persisting) ?
And for now, should i simply delete those
.conf
files? -