fix: deny PUT method requests

This commit is contained in:
Rainer Killinger
2020-11-24 17:04:30 +01:00
parent fa76d9e356
commit 61ad5abc2b
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 PUT {
limit_except GET OPTIONS POST {
deny all;
}
# backend is available