http://www.perlmonks.org?node_id=11131331


in reply to Mojolicious-Hypnotoad-Nginx - rendering images

Hmm .. have you tried removing the leading slash? Failing that, see what the web logs say.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Replies are listed 'Best First'.
Re^2: Mojolicious-Hypnotoad-Nginx - rendering images
by Anonymous Monk on Apr 15, 2021 at 14:40 UTC
    When diagnosing any situation like this, start with the browser's debugging features. Use the "Network" panel to see what is actually requested and what the reply code is. Look in the console logs. If necessary, use a network analyzer like "tcpdump" or better-yet "wireshark" to trace what is actually going on until you find the root cause of the problem. Do the server logs show that the request actually arrived? And, so on.