Update default.conf
This commit is contained in:
parent
725b9eff9c
commit
ec660abd45
@ -175,6 +175,9 @@ server {
|
|||||||
if ($host = links.pena.digital) {
|
if ($host = links.pena.digital) {
|
||||||
proxy_pass http://dwarfener;
|
proxy_pass http://dwarfener;
|
||||||
}
|
}
|
||||||
|
if ($host = metrica.pena.digital) {
|
||||||
|
proxy_pass http://metrica;
|
||||||
|
}
|
||||||
if ($host = oauth.pena.digital) {
|
if ($host = oauth.pena.digital) {
|
||||||
add_header Access-Control-Allow-Origin $http_origin always;
|
add_header Access-Control-Allow-Origin $http_origin always;
|
||||||
add_header Access-Control-Allow-Credentials true always;
|
add_header Access-Control-Allow-Credentials true always;
|
||||||
|
Loading…
Reference in New Issue
Block a user