diff --git a/nginx.conf b/nginx.conf index 45ae4ba..ca555c7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,7 +19,7 @@ http { client_max_body_size 0; location ~ "^/[a-z0-9]{32}/geode/" { - if ($request_method !~ ^(DELETE|GET|POST|OPTIONS)$) { + if ($request_method !~ ^(DELETE|GET|POST|PUT|OPTIONS)$) { return 405; } rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;