mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-28 20:02:12 +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