Update file default.conf

This commit is contained in:
Mikhail 2023-05-09 18:49:30 +00:00
parent f88d2b52e6
commit bd8e417cdc

@ -21,7 +21,7 @@ server {
add_header Access-Control-Allow-Origin $http_origin always;
add_header Access-Control-Allow-Credentials true always;
}
location /user {
location /user/ {
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,authorization always;