File: Link-config-to-swupdate-www-path.diff

package info (click to toggle)
swupdate 2025.05%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: ansic: 61,689; python: 6,304; perl: 5,901; makefile: 794; sh: 534; javascript: 229
file content (22 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Bastian Germann <bage@debian.org>
Date: Mon, 28 Nov 2022 23:25:59 +0100
Forwarded: not-needed
Subject: example: Link config to swupdate-www path

---
 examples/configuration/swupdate.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/configuration/swupdate.cfg b/examples/configuration/swupdate.cfg
index db63110..42b15eb 100644
--- a/examples/configuration/swupdate.cfg
+++ b/examples/configuration/swupdate.cfg
@@ -254,7 +254,7 @@ suricatta :
 
 webserver :
 {
-	document_root = "./www";
+	document_root	= "/usr/share/swupdate/www";
 	userid		= 1000;
 	groupid		= 1000;
 	timeout		= 20;