summaryrefslogtreecommitdiff
path: root/turris-bootstrap-theme/files/lighttpd.conf
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-02-04 11:56:25 +0100
committerKarel Kočí <cynerd@email.cz>2022-02-04 11:56:25 +0100
commit0ed3e2856a5700363e72c9bdfc993d453d409764 (patch)
treeede9c3b4558159a35c92fe8b4a27f99ba208db82 /turris-bootstrap-theme/files/lighttpd.conf
parentac4d8651c321aa474dedb78c32a379cd3b0b11d5 (diff)
downloadopenwrt-personal-pkgs-0ed3e2856a5700363e72c9bdfc993d453d409764.tar.gz
openwrt-personal-pkgs-0ed3e2856a5700363e72c9bdfc993d453d409764.tar.bz2
openwrt-personal-pkgs-0ed3e2856a5700363e72c9bdfc993d453d409764.zip
turris-bootstrap-theme: add package
Diffstat (limited to 'turris-bootstrap-theme/files/lighttpd.conf')
-rw-r--r--turris-bootstrap-theme/files/lighttpd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/turris-bootstrap-theme/files/lighttpd.conf b/turris-bootstrap-theme/files/lighttpd.conf
new file mode 100644
index 0000000..12fc677
--- /dev/null
+++ b/turris-bootstrap-theme/files/lighttpd.conf
@@ -0,0 +1,3 @@
+alias.url += (
+ "/turris-theme" => "/www/turris-theme"
+)