DELETE method tested and fixed

+ added 404 for directories without index and autoindex
+ minors adjustements
This commit is contained in:
LuckyLaszlo
2022-08-15 18:16:11 +02:00
parent a284e400c1
commit 3fe37ea451
7 changed files with 62 additions and 64 deletions

View File

@@ -47,7 +47,7 @@ server {
location /the_dump {
allow_methods GET DELETE;
root ./www/user_files;
#autoindex on;
autoindex on;
}
location /redirect {