From 03905bcf1bcfd9e7932fcac4283c5817058a25ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Nov 2015 16:29:22 +0200 Subject: Invent root path web interface configuration option --- brep/options.cli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'brep/options.cli') diff --git a/brep/options.cli b/brep/options.cli index 86cb70c..6c3c7f1 100644 --- a/brep/options.cli +++ b/brep/options.cli @@ -5,6 +5,8 @@ include ; include ; // uint16_t +include ; + namespace brep { // Web module configuration options. @@ -14,6 +16,7 @@ namespace brep class module { std::uint16_t verb = 0; + butl::dir_path root = "/"; }; class db -- cgit v1.1