ProxyRequests Off
ProxyPreserveHost On
ProxyPass /netdata http://localhost:19999 connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse /netdata http://localhost:19999
RewriteEngine On
RewriteRule ^/netdata$ %{HTTP_HOST}/netdata/ [L,R=301]
Header always set Content-Security-Policy "default-src 'unsafe-inline' http: 'self' 'unsafe-eval'; script-src 'unsafe-inline' http: 'self' 'unsafe-eval'; style-src http: 'self' 'unsafe-inline'"