Traccar behind nginx reverse proxy

Felix4 years ago

I solved the problem with commenting out a line in my security config (nginxconfig.io/security.conf). The exact line which was responsible for my problem was: add header Content-Security-Policy "default-src 'self' http: https: data: blob: 'unsafe-inline'" always;

After I commented it out I could successfully load the full traccar webpage. No more endless loading wheel, everything works like a charm.
Hope this helps someone.