feat: accept PUT method

This commit is contained in:
Rainer Killinger
2020-11-19 13:17:26 +01:00
parent 56cd8d2ab7
commit 59db3b5c50
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ location {{{ route }}} {
{{{ cors }}}
return 503;
}
limit_except GET OPTIONS POST {
limit_except GET OPTIONS POST PUT {
deny all;
}
# backend is available