aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-22 11:31:19 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-22 11:31:19 +0200
commit50bda1e484c09604c0a0c2dcbded861974f27aa4 (patch)
treee956d0acebfe80508faacf95e6aaf8e9f0016958
parent10706a55adb3c5f12fb1438ef9990ee01b9266d2 (diff)
downloadrbsd-50bda1e484c09604c0a0c2dcbded861974f27aa4.tar.gz
httpd.conf: Redirect kq-watch to when
-rw-r--r--usr/pkg/etc/httpd/httpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/pkg/etc/httpd/httpd.conf b/usr/pkg/etc/httpd/httpd.conf
index c3620ed..3d38490 100644
--- a/usr/pkg/etc/httpd/httpd.conf
+++ b/usr/pkg/etc/httpd/httpd.conf
@@ -251,6 +251,7 @@ my %redir = (
'git.ankarstrom.se' => block(
RewriteRule => '^vix/?$ /exrc/ [L,R,END]',
RewriteRule => '^vix/?$ /exrc/ [L,R,END]',
+ RewriteRule => '^kq-watch/?$ /when/ [L,R,END]',
RewriteRule => '^x11/([^/]*)/?$ /$1/ [L,R,END]',
RewriteRule => '^cpan/([^/]*)/?$ /$1/ [L,R,END]',
RewriteRule => '^cfg/([^/]*)/?$ /$1/ [L,R,END]',