diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-14 16:10:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-24 11:23:33 +0200 |
commit | d09f17fbd7ffd5ea92feeb8aded6c66b1bfa2333 (patch) | |
tree | 8a8914d6f9de7919689f1f2e073c78f7e3d45ad7 /etc | |
parent | acc0d3573951c0efd1bd6108474e1e27fc728576 (diff) |
Make package details and package version detals URLs conforming to the schema described in thoughts.txt
Diffstat (limited to 'etc')
-rw-r--r-- | etc/httpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/httpd.conf b/etc/httpd.conf index 8d3dec5..ef8cb50 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> |