The value for fancyindex_css_href was not being propagated properly, so overriding its value did not work as expected. For example the following configuration: http { # ... fancyindex_css_href "/css/global.css"; location /subdir/ { fancyindex_css_href "/css/local.css"; } } would always use "global.css", even when accessing file listings under "/subdir". This patch fixes the issue.pull/28/head
parent
5549286d39
commit
3f93d1f01d
Loading…
Reference in new issue