return method not allowed
This commit is contained in:
parent
e95dd0195d
commit
39d0bc593b
|
@ -400,7 +400,7 @@ server {
|
|||
}
|
||||
|
||||
location /skynet/metadata {
|
||||
limit_except GET { deny all; }
|
||||
limit_except GET PATCH { return 405; }
|
||||
|
||||
include /etc/nginx/conf.d/include/cors;
|
||||
|
||||
|
|
Reference in New Issue