http://qs1969.pair.com?node_id=11131334


in reply to Re: Mojolicious-Hypnotoad-Nginx - rendering images
in thread Mojolicious-Hypnotoad-Nginx - rendering images

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.
  • Comment on Re^2: Mojolicious-Hypnotoad-Nginx - rendering images