Skip to content
Snippets Groups Projects
Verified Commit 9e4f1587 authored by David Mehren's avatar David Mehren
Browse files

Fix web file permissions when installing via apt

parent 113a4ee1
No related branches found
No related tags found
No related merge requests found
...@@ -10,3 +10,8 @@ ...@@ -10,3 +10,8 @@
memory mode = dbengine memory mode = dbengine
page cache size = {{ netdata_page_cache_size }} page cache size = {{ netdata_page_cache_size }}
dbengine multihost disk space = {{ netdata_dbengine_disk_space }} dbengine multihost disk space = {{ netdata_dbengine_disk_space }}
{% if netdata_install_type == 'apt' %}
[web]
web files owner = root
web files group = netdata
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment