Skip to content

Commit

Permalink
Merge pull request #4 from beyond-z/platformweb-https-login
Browse files Browse the repository at this point in the history
Fix platformweb https login
  • Loading branch information
rshipp committed Jun 22, 2020
2 parents f16aaec + 6053e2b commit df24dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx.conf
Expand Up @@ -77,6 +77,8 @@ http {
location / {
proxy_pass http://platformweb:3020;
rewrite ^/platformweb(.*)$ $1 break;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
}

0 comments on commit df24dc3

Please sign in to comment.