Add Apache conf file in README

This commit is contained in:
Alexandre CATTEAU 2022-03-12 12:43:44 +01:00
parent 3ece55523e
commit 8597f7edef

View File

@ -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()`.