eclipse-theia/theia

Set bind url

Open

#7250 aperta il 2 mar 2020

Vedi su GitHub
 (9 commenti) (1 reazione) (0 assegnatari)TypeScript (2478 fork)batch import
enhancementexpress.jshelp wanted

Metriche repository

Star
 (18.676 star)
Metriche merge PR
 (Merge medio 15g 4h) (75 PR mergiate in 30 g)

Descrizione

Description

I've looked just about everywhere I can think and can't find if there is an option for this. Having followed the install steps here: https://theia-ide.org/docs/composing_applications/ I am running Theia behind a reverse proxy (nginx), but alongside other apps. I would ideally like to access it at localhost/theia (as opposed to the root of localhost), but I can find no way to specify the bind point. nginx is correctly forwarding requests on localhost/theia to localhost:3000, but I receive a "Cannot GET" error.

Is this possible?

Guida contributor