Nginx läuft auf Port 80, und ich bin mit ihm Proxy - URLs mit Pfad umkehren /foozu Port auf 3200diese Weise: location /foo { proxy_pass http://localhost:3200; proxy_redirect off; proxy_set_header Host $host; } Dies funktioniert einwandfrei, aber ich habe eine Anwendung auf dem Port 3200, für...