return method not allowed

This commit is contained in:
Karol Wypchlo 2021-05-11 11:19:59 +02:00
parent e95dd0195d
commit 39d0bc593b
1 changed files with 1 additions and 1 deletions

View File

@ -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;