Update default.conf
This commit is contained in:
parent
857d665a5d
commit
f8a7a8a67b
@ -25,7 +25,6 @@ services:
|
||||
networks:
|
||||
- penahub_frontend
|
||||
hostname: docs
|
||||
restart: always
|
||||
container_name: tmplategen_front
|
||||
networks:
|
||||
penahub_frontend:
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user