forked from livingsocial/resque-web
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Relative url path is ignored #143
Comments
I made an alternative project that works under a relative url. Check it out here |
What worked for me is:
Every link on the resque dashboard is generated with prefixed /resque e.g. my rake routes output is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have relative URL path setup for the web server in prod. The links in the resque_web interface are not honoring the relative URL path when the links are clicked in the web. Is there any setting where we can fix it?
The text was updated successfully, but these errors were encountered: