Update default.conf

This commit is contained in:
Mikhail 2023-09-09 21:21:01 +00:00
parent 725b9eff9c
commit ec660abd45

@ -175,6 +175,9 @@ server {
if ($host = links.pena.digital) {
proxy_pass http://dwarfener;
}
if ($host = metrica.pena.digital) {
proxy_pass http://metrica;
}
if ($host = oauth.pena.digital) {
add_header Access-Control-Allow-Origin $http_origin always;
add_header Access-Control-Allow-Credentials true always;