[Pkg-nginx-maintainers] Bug#851651: still in 1.13.1, test config

chrysn chrysn at fsfe.org
Thu Jun 22 16:00:26 UTC 2017


found 851651 1.13.1-2
thanks

For testing of the behavior, I used

$ touch /tmp/"foo bar"
$ /usr/sbin/nginx -c /tmp/localwebdav.conf &
$ thunar dav://localhost:1234/

which shows a file "foo%20bar" in the list.

--- /tmp/localwebdav.conf:

pid /tmp/nginx_pid;
error_log /dev/stderr;

daemon off;
load_module modules/ngx_http_dav_ext_module.so;

events {
    worker_connections 768;
    # multi_accept on;
}

http {
    access_log /dev/stdout;
    server {
        listen [::]:1234 ipv6only=off;
        root /tmp;

        dav_ext_methods PROPFIND OPTIONS;
    }
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-nginx-maintainers/attachments/20170622/140ac4b0/attachment.sig>


More information about the Pkg-nginx-maintainers mailing list