diff --git a/birdhouse/config/twitcher/config/proxy/conf.extra-service.d/twitcher.conf.template b/birdhouse/config/twitcher/config/proxy/conf.extra-service.d/twitcher.conf.template index 437fc3556..74ac27ca3 100644 --- a/birdhouse/config/twitcher/config/proxy/conf.extra-service.d/twitcher.conf.template +++ b/birdhouse/config/twitcher/config/proxy/conf.extra-service.d/twitcher.conf.template @@ -5,4 +5,6 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header Forwarded "proto=https;host=${PAVICS_FQDN_PUBLIC}"; # Helps the STAC component to craft URLs containing the full PAVICS_FQDN_PUBLIC + + include /etc/nginx/conf.d/cors.include; }