Added an option to set wt's resources directory

This commit is contained in:
emeric
2018-04-20 20:11:09 +02:00
parent cdf7863cde
commit 7b5f443b44
4 changed files with 3 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ tls-key = "/var/lms/privkey.pem";
tls-dh = "/var/lms/dh2048.pem";
# Path to the resources used by the web interface
wt-resources="/usr/share/Wt/resources";
docroot = "/usr/share/lms/docroot/;/resources,/css,/images,/js,/favicon.ico";
approot = "/usr/share/lms/approot";