DELETE method tested and fixed
+ added 404 for directories without index and autoindex + minors adjustements
This commit is contained in:
@@ -47,7 +47,7 @@ server {
|
||||
location /the_dump {
|
||||
allow_methods GET DELETE;
|
||||
root ./www/user_files;
|
||||
#autoindex on;
|
||||
autoindex on;
|
||||
}
|
||||
|
||||
location /redirect {
|
||||
|
||||
Reference in New Issue
Block a user