diff options
author | Karel Kočí <cynerd@email.cz> | 2022-02-04 11:56:25 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-02-04 11:56:25 +0100 |
commit | 0ed3e2856a5700363e72c9bdfc993d453d409764 (patch) | |
tree | ede9c3b4558159a35c92fe8b4a27f99ba208db82 /turris-bootstrap-theme/files | |
parent | ac4d8651c321aa474dedb78c32a379cd3b0b11d5 (diff) | |
download | openwrt-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')
-rw-r--r-- | turris-bootstrap-theme/files/lighttpd.conf | 3 |
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" +) |