Hi

I am using
https://gist.github.com/wilhelmy/5a59b8eea26974a468c9

for


    location /ts/ {
        #autoindex on;
        #autoindex_format html;
        try_files $uri @autoindex;
    }


    # need xlst module
    location @autoindex {
        autoindex on;
        autoindex_format xml;
        xslt_stylesheet xslt/dirlist.xslt path='$uri';

    }


my problem is, i have a file with a % in it and I need to escape / encode
it as a uri

but when I use the xml functions to encode a uri I get function not found.

more reading I need xslt 2 not 1. how can I tell if I am using 1 or 2 ?

A
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to