I have researched online for a means to change the error page when running into a 502 Bad Gateway error. I have tried all the methods given to no avail. I looked in the nginx.conf file and saw that it points to /usr/share/nginx/html/50x.html when dealing with 500 errors. However this page is never shown. Instead it shows
502 Bad Gateway
nginx/1.16.1
What am I missing?
I followed this guide https://blog.adriaan.io/one-nginx-error-page-to-rule-them-all.html
And others, but I am beginning to think that there is another issue altogether that is bypassing my code.