You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added the endpoint to my policy and I run it behind a nginx reverse proxy. I see in the nginx logs that the requests are forwarded to the endpoint (which I set to https://my-url:8443/log), and when I hit https://my-url:8443/dashboard I reach the dashboard. No data seems to be printed on the dashboard, though, and nothing is logged after the initialization of the endpoint.
I've added the endpoint to my policy and I run it behind a nginx reverse proxy. I see in the nginx logs that the requests are forwarded to the endpoint (which I set to
https://my-url:8443/log
), and when I hithttps://my-url:8443/dashboard
I reach the dashboard. No data seems to be printed on the dashboard, though, and nothing is logged after the initialization of the endpoint.Here is my docker compose file:
And my
nginx.conf
file:The text was updated successfully, but these errors were encountered: