Added an option to set the deployment path. Fixes #41

This commit is contained in:
emeric
2020-03-29 20:07:52 +02:00
parent 3727c64a13
commit eb20ade14d
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -18,6 +18,9 @@ listen-port = 5082;
listen-addr = "0.0.0.0";
behind-reverse-proxy = false;
# Location for deployment
deploy-path = "/";
# If enabled, these files have to exist and have correct permissions
tls-enable = false;
tls-cert = "/var/lms/cert.pem";