Skip to content

Commit d271303

Browse files
Merge pull request #3 from Geode-solutions/develop
Develop
2 parents 6c0f985 + ae76f7a commit d271303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ http {
1919
client_max_body_size 0;
2020

2121
location ~ "^/[a-z0-9]{32}/geode/" {
22-
if ($request_method !~ ^(GET|POST|OPTIONS)$) {
22+
if ($request_method !~ ^(DELETE|GET|POST|OPTIONS)$) {
2323
return 405;
2424
}
2525
rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;

0 commit comments

Comments
 (0)