jingo icon indicating copy to clipboard operation
jingo copied to clipboard

run jingo in subfolder

Open Haikuch opened this issue 8 years ago • 3 comments

I run jingo on port 62000 and have redirected via .htaccess the url server.com/nodejs/ to that port. So I can open jingo via server.com/nodejs/wiki/Home. But the assets are not correctly linked:

<link rel="stylesheet" href="/css/style.css"/>
<link rel="stylesheet" href="/css/ionicons.min.css"/>

that should be nodejs/css. I tried to fix that via the baseUrl in config like:

baseUrl: '//localhost:62000/nodejs'

but it didn't change anything. Is there a variable to fix that relation?

Haikuch avatar Apr 15 '17 19:04 Haikuch

Hi @Haikuch, have you tried the wiki pages? I guess you are encountering a problem similar to the last page (running into a folder). Take a look! :)

https://github.com/claudioc/jingo/wiki

claudioc avatar May 13 '17 10:05 claudioc

thx, I just had to set the subfolder in the application.proxyPath

Haikuch avatar May 16 '17 21:05 Haikuch

But is is possible to remove the automatic /wiki from the url? I now have intern.server.com/wiki/wiki/Home...

Haikuch avatar May 16 '17 21:05 Haikuch