Nate Aune wrote: > Did the capability to use relative links in the web-based interface get > into the release?
In r843, I committed a change so that the HTML now uses relative links for the stylesheet and images. That change was included in the 3.0a7 release. There is still an issue remaining with using the web interface behind a proxy setup with a URL prefix like the one you described. Some actions on the web interface result in Supervisor returning a redirect response. Supervisor has no way to know from the request that it needs to add the prefix in these responses. To solve this, we plan to add a new option in supervisord.conf that allows an optional prefix to be specified. Regards, Mike -- Mike Naberezny Maintainable Software http://maintainable.com _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
