cgi_ext, redirect and upload_repo now functional in config, fixed location picker, some cleanup
This commit is contained in:
@@ -24,13 +24,14 @@ server {
|
||||
}
|
||||
|
||||
location /test/something.html {
|
||||
allow_methods DELETE;
|
||||
# allow_methods DELETE;
|
||||
}
|
||||
|
||||
# location /something/long/here {
|
||||
# }
|
||||
|
||||
location /test/test_deeper/ {
|
||||
# allow_methods
|
||||
autoindex on;
|
||||
}
|
||||
|
||||
@@ -38,9 +39,9 @@ server {
|
||||
autoindex on;
|
||||
}
|
||||
|
||||
location /test/test_deeper/something.html {
|
||||
allow_methods DELETE;
|
||||
}
|
||||
# location /test/test_deeper/something.html {
|
||||
# allow_methods DELETE;
|
||||
# }
|
||||
|
||||
|
||||
# ok in theory if one were to go to /test they would get the index in www
|
||||
|
||||
Reference in New Issue
Block a user