adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Paths do not match in jobson-ui demo #86

Closed aruth-perovskite closed 2 years ago

aruth-perovskite commented 2 years ago

In the demo located here: https://adamkewley.github.io/jobson/ui.html

There is a step to copy the jobson-ui assets using the following command:

cp -r /usr/share/jobson/ui/html /var/www/jobson

In the nginx server configuration the root directory is specified as:

root /var/www/jobson-ui;

These directories do not match and result in a 404 not found error. The directories should be made to match.

adamkewley commented 2 years ago

Thanks for this. I'll fix the typo when I get a spare 30 min (my Jobson dev environment was recently nuked) and mention this issue in the commit.