return method not allowed

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

View File

@ -400,7 +400,7 @@ server {
} }
location /skynet/metadata { location /skynet/metadata {
limit_except GET PATCH { return 405; } limit_except GET PATCH { deny all; }
include /etc/nginx/conf.d/include/cors; include /etc/nginx/conf.d/include/cors;