We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c0f985 + ae76f7a commit d271303Copy full SHA for d271303
1 file changed
nginx.conf
@@ -19,7 +19,7 @@ http {
19
client_max_body_size 0;
20
21
location ~ "^/[a-z0-9]{32}/geode/" {
22
- if ($request_method !~ ^(GET|POST|OPTIONS)$) {
+ if ($request_method !~ ^(DELETE|GET|POST|OPTIONS)$) {
23
return 405;
24
}
25
rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;
0 commit comments