Skip to content

is there a way that to install jobe server not in html folder? eg: html/projecta/jobe #70

Closed Answered by trampgeek
azizikri asked this question in Q&A
Discussion options

You must be logged in to vote

Jobe was designed to use Apache. It uses somewhat quirky URLs like http://server.somewhere/jobe/index.php/restapi/languages. nginx processes these differently from Apache, so you can't simply switch between Apache and nginx. You can build a configuration file for nginx to handle those URLs (there's a file nginx.conf included with Jobe that you can use as a starting point) but a much easier approach is to fire up jobeinabox in docker or podman - see here. That will give you a jobe server running on a different port (4000 in the readme.md instructions, though you can choose any port you like). Or, if you wish to use port 80 for jobe as well, you can configure nginx to pass all jobe requests…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@azizikri
Comment options

Comment options

You must be logged in to vote
1 reply
@azizikri
Comment options

Answer selected by azizikri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants