Update file default.conf

This commit is contained in:
Mikhail 2023-05-31 16:40:53 +00:00
parent 42872c68f8
commit 727d19773f

@ -26,6 +26,7 @@ server {
add_header Access-Control-Allow-Origin $http_origin always;
add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
return 200;
}
add_header Access-Control-Allow-Origin $http_origin always;