mkv/tests/nginx.conf
2026-03-07 10:17:52 +01:00

11 lines
195 B
Nginx Configuration File

server {
listen 80;
root /data;
location / {
dav_methods PUT DELETE;
create_full_put_path on;
autoindex on;
autoindex_format json;
}
}