From f8a7a8a67b81ee92bf977a474a8901585fe7881b Mon Sep 17 00:00:00 2001 From: Mikhail Date: Fri, 30 Aug 2024 11:31:50 +0000 Subject: [PATCH] Update default.conf --- compose.yml | 1 - default.conf | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index 7bc27a3..2ed5678 100644 --- a/compose.yml +++ b/compose.yml @@ -25,7 +25,6 @@ services: networks: - penahub_frontend hostname: docs - restart: always container_name: tmplategen_front networks: penahub_frontend: diff --git a/default.conf b/default.conf index 291f7cd..bf3c11b 100644 --- a/default.conf +++ b/default.conf @@ -176,7 +176,7 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_pass http://10.8.0.8:8065/; } - location /customer/v1.0.0/ { + location /customer/v1.0.1/ { add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always; @@ -450,7 +450,7 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_pass http://10.8.0.8:8065/; } - location /customer/v1.0.0/ { + location /customer/v1.0.1/ { add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always; @@ -719,7 +719,7 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_pass http://10.8.0.8:8065/; } - location /customer/v1.0.0/ { + location /customer/v1.0.1/ { add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always; @@ -1007,7 +1007,7 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_pass http://10.8.0.8:8065/; } - location /customer/v1.0.0/ { + location /customer/v1.0.1/ { add_header Access-Control-Allow-Origin quiz.pena.digital always; add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Headers content-type,authorization,response-type always;