aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-11 16:53:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-24 11:23:28 +0200
commit7747dde9fa64fe0b5838d730a1d892f3f49d2d5d (patch)
tree4c2b8ac5a7b04a2e0a70b03f1d71ba16221da350
parente984efb0d2bb457ce1887de45a715deaae401b83 (diff)
Make package URL conforming to the schema described in thoughts.txt
-rw-r--r--etc/httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/httpd.conf b/etc/httpd.conf
index ef8cb50..8d3dec5 100644
--- a/etc/httpd.conf
+++ b/etc/httpd.conf
@@ -60,7 +60,7 @@ LoadModule package_version_search_srv ${AP_MODULE_DIR}/libbrep-apache.so
SetHandler package-search
</LocationMatch>
-<LocationMatch ^/go/[^/]+$>
+<LocationMatch ^/go/[^/]+/?$>
SetHandler package-version-search
</LocationMatch>