We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84e9728 + 1d76902 commit 03975dcCopy full SHA for 03975dc
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