Hello!
I’m using Minimal Nginx Reverse Proxy setup to proxy heroku app. To verify that my domains are set up correctly, i’m using checkCertificate
mutation from GraphQL but dnsConfigured
there is constantly false and acmeDnsConfigured
sometimes true but sometimes false.
Strange part here that domain is actually working with either http/https but dnsConfigured
is false.
Previously i used to deploy my heroku app with turboku to fly and everything worked fine but after switch to nginx it never returns true anymore, so i assume it’s somehow connected to nginx configuration.
Do anybody can help me? What did i miss?