Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Enabler:KeyRock
Description
Created question in FIWARE Q/A platform on 22-03-2019 at 07:03
Please, ANSWER this question AT https://stackoverflow.com/questions/55294177/unable-to-integrate-keyrock-with-nginx-css-and-js-files-not-loading
Question:
Unable to Integrate keyrock with nginx, css and js files not loading
Description:
I wanted to access keyrock idm using nginx reverse proxy. But while doing so, nginx is unable to load the css and js files.
location /idm/
{ proxy_pass https://keyrock-host:keyrock-port/; proxy_set_header X-Forwarded-Host $host; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }I am facing the following issue:
I tried doing somechanges but wasn't successful.
Activity
- All
- Comments
- History
- Activity
- Transitions
2019-03-22 09:06|CREATED monitor | # answers= 0, accepted answer= False