You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that the contents of a local CSS file would be included inline inside the generated response, instead of generating a <link ...> element in the response. Is that what you mean? I would like to understand what do you need in order to know what to implement and how. If you can provide an example, that would be great. Thanks!
Sorry for such a late reply, i somehow missed your question... What i meant is, e.g.:
fancyindex_css_file "/var/www/example/fancyindex.css"; instead of fancyindex_css_href "https://example.tld/fancyindex.css";
Extending this directive by adding capability to use custom css using the file path instead of url would be very useful.
The text was updated successfully, but these errors were encountered: