Skip to content

Commit 3c58548

Browse files
fix(methods): add put method to viewer
1 parent 4fd512c commit 3c58548

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

0 commit comments

Comments
 (0)