Closed averagePedestrian closed 3 months ago
This is more of a general network administration question than a squaremap one. Someone on the Discord channel may be able to help, but the issue tracker is not the correct place for this kind of inquiry.
I'm having trouble setting up a reverse proxy for squaremap. Here are the details of my setup:
I've set the default port for squaremap to 39000 (as port 8080 is being used by another service on my VPS). Here's a snippet of the configuration file:
I'm using Swizzin on my VPS, which is a modular seedbox solution. I'm following their Nginx configuration guidelines. As per Swizzin's documentation (source: https://swizzin.ltd/applications/nginx), I've placed my custom nginx configuration in
/etc/nginx/apps/squaremap.conf
:I can access squaremap's web interface directly at
http://129.x.x.x:39000
, but when I try to access it athttp://129.x.x.x/squaremap
, I receive a 404 error.Am I doing anything incorrectly? Could you please provide guidance on how to correctly set up the reverse proxy for squaremap in this environment?