79615477

Date: 2025-05-10 12:37:02
Score: 1.5
Natty:
Report link

do you use a reverse-proxy like nginx? for nginx, you can set up a proxy like this:

location /xmind {
    proxy_pass http://xmind.app/insert-path-here...;
}

i do not know if this works for xmind (i have never used that program before) but it should work for proxying things in general when you use nginx

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: tauon