diff --git a/htman/examples/htman.conf b/htman/examples/htman.conf new file mode 100644 index 0000000..30505eb --- /dev/null +++ b/htman/examples/htman.conf @@ -0,0 +1,16 @@ +[Locations] +# location of the mapping file (containing "name=file" pairs) +mapping = htman.map + +# location of the htman templates +#templates = /usr/share/htman/templates + +# the htpasswd_directory will be used for all relative locations given in the +# mappings file +#htpasswd_directory = /etc/htman/htpasswd.d + +[Web] +base_url = / +css_url = /default.css +favicon_url = /favicon.ico +title = Access manager diff --git a/htman/htman.map b/htman/examples/htman.map similarity index 100% rename from htman/htman.map rename to htman/examples/htman.map diff --git a/htman/htman.conf b/htman/htman.conf deleted file mode 100644 index 1a0f03f..0000000 --- a/htman/htman.conf +++ /dev/null @@ -1,9 +0,0 @@ -[Locations] -mapping = htman.map -#templates = templates - -[Web] -base_url = / -css_url = https://systemausfall.org/default.css -favicon_url = https://systemausfall.org/favicon.ico -title = Zugangsmanager