2021-06-01 23:17:41 +00:00
|
|
|
server {
|
|
|
|
listen *:7576 so_keepalive=on;
|
|
|
|
listen [::]:7576 so_keepalive=on;
|
2022-04-03 18:48:31 +00:00
|
|
|
|
2021-06-01 23:17:41 +00:00
|
|
|
location / {
|
|
|
|
root /seedbox;
|
2022-04-03 18:48:31 +00:00
|
|
|
fancyindex on;
|
|
|
|
fancyindex_exact_size off;
|
|
|
|
limit_except GET HEAD PROPFIND OPTIONS {
|
2021-06-01 23:17:41 +00:00
|
|
|
deny all;
|
|
|
|
}
|
2022-04-03 18:48:31 +00:00
|
|
|
dav_methods off;
|
|
|
|
dav_ext_methods PROPFIND OPTIONS;
|
2021-06-01 23:17:41 +00:00
|
|
|
}
|
|
|
|
}
|