mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
fix: deny PUT method requests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user