Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[3 / 1 / 1]

No.1488014 View ViewReplyOriginalReport
So I'm trying to host a website through Nginx Proxy Manager on CasaOS on a virtual machine

Despite having modified my hosts file to have a fake domain, whenever I visit that fake domain, I get either 502 Bad Gateway or 500 depending on the exact configuration.

For example, I have a custom location set as follows

root /DATA/wordpress;
index index.html index.htm;

And error logs show "recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1"

Could I be overlooking something obvious?