Skip to content

Commit 947489e

Browse files
committed
Add short URL for sqt.jpg
1 parent 0851697 commit 947489e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/lighttpd.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ server.modules += (
33
)
44

55
url.redirect = (
6-
"^/agora/dialogues/book-01-the-tragedy-of-open-hardware\.html$" => "%{request.host}/agora/book-01-the-tragedy-of-open-hardware.html"
6+
"^/agora/dialogues/book-01-the-tragedy-of-open-hardware\.html$" => "%{request.host}/agora/book-01-the-tragedy-of-open-hardware.html",
7+
"^/sqt\.jpg$" => "%{request.host}/assets/img/sqt.jpg"
78
)

0 commit comments

Comments
 (0)