We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce240f4 + 7f245a4 commit ae76f7aCopy full SHA for ae76f7a
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