From 8597f7edefc4a6a217fe927f95178bf3f54d7e9c Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 12 Mar 2022 12:43:44 +0100 Subject: [PATCH] Add Apache conf file in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1de118a..59df927 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ Version 3.1 implementation works roughly as follows: ### Files Files in this repository cover all the SBC setup. #### Installation -* `setup.sh` is a script automating the installation and configuration of required software -* `cupsd.conf` is the config file for CUPS, set by setup script +* `setup.sh` is a script automating the installation and configuration of required software. +* `cupsd.conf` is the config file for CUPS, set by setup script. +* `scanservjs.conf` is an Apache HTTP vhost file for scanservjs. ### TODO * When new conf-sync will be available, adapt functions `get_conf()` and `set_conf()`.