You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed nginx config to pass .well-known to Ghost by default (#1971)
We were passing anything matching /.well-known to Nginx, causing 404s
for /ghost/.well-known/jwks.json and /.well-known/recommendations.json
I believe the only use for this was /.well-known/acme-challenge, so I've
increased the specificity and only left this block in-tact for the
HTTP(80) config file.
0 commit comments