Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run jingo in subfolder #201

Open
Haikuch opened this issue Apr 15, 2017 · 3 comments
Open

run jingo in subfolder #201

Haikuch opened this issue Apr 15, 2017 · 3 comments

Comments

@Haikuch
Copy link

Haikuch commented Apr 15, 2017

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?

@claudioc
Copy link
Owner

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

@Haikuch
Copy link
Author

Haikuch commented May 16, 2017

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

@Haikuch Haikuch closed this as completed May 16, 2017
@Haikuch
Copy link
Author

Haikuch commented May 16, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants