Add integration tests
This commit is contained in:
parent
d7c9192ebb
commit
68ae92e4bf
6 changed files with 392 additions and 83 deletions
11
tests/nginx.conf
Normal file
11
tests/nginx.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
root /data;
|
||||
|
||||
location / {
|
||||
dav_methods PUT DELETE;
|
||||
create_full_put_path on;
|
||||
autoindex on;
|
||||
autoindex_format json;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue