We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd512c + 3c58548 commit 43468abCopy full SHA for 43468ab
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 !~ ^(DELETE|GET|POST|OPTIONS)$) {
+ if ($request_method !~ ^(DELETE|GET|POST|PUT|OPTIONS)$) {
23
return 405;
24
}
25
rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;
0 commit comments