Update default.conf

This commit is contained in:
Mikhail 2024-09-24 21:25:10 +00:00
parent 806f73f4cd
commit 38e0ec89f4

@ -40,7 +40,7 @@ server {
location /auth/ {
location /auth {
if ($request_method = OPTIONS) {
add_header Access-Control-Allow-Origin $http_origin always;
add_header Access-Control-Allow-Credentials true always;