Commit babb83a7 authored by trantzas's avatar trantzas
Browse files

fix for #11.

- CORS error: added "origins": "http://localhost" at APIs environment variable in docker-compose.yaml.configure
- Headers forwarding strategy:
  - added "server.forward-headers-strategy":"FRAMEWORK" at APIs environment variable in docker-compose.yaml.configure
  - added proxy_set_header  X-Forwarded-Proto $scheme; at APIs configuration in nginx/nginx.conf.default
parent e0c15a17
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment