From ba729bd1d3089ba48b57ff6cab7e4ca21ccb4146 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 13:08:08 +0200 Subject: Adding debian version 1.29.3-4. Signed-off-by: Daniel Baumann --- debian/local/apache2/netdata.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/local/apache2/netdata.conf (limited to 'debian/local/apache2') diff --git a/debian/local/apache2/netdata.conf b/debian/local/apache2/netdata.conf new file mode 100644 index 0000000..c7f0387 --- /dev/null +++ b/debian/local/apache2/netdata.conf @@ -0,0 +1,19 @@ + + 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'" + + -- cgit v1.2.3