Update default.conf

This commit is contained in:
Mikhail 2024-02-14 10:03:05 +00:00
parent 57525b3fa6
commit d679c838ed

@ -114,6 +114,8 @@ server {
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
return 200;
}
client_max_body_size 70m;
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,x-sessionkey always;