This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository ciderwebmail.
commit 4074ec08b236555a9ca0bb1f1c9c2ae3d17fd402 Author: Jonas Smedegaard <[email protected]> Date: Thu Sep 21 10:24:41 2017 +0200 Improve Apache config snippet to catch URL without trailing slash (unhandled by uWSGI). Closes: Bug#798610. Thanks to James Valleroy. --- debian/etc/ciderwebmail/apache2-uwsgi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/etc/ciderwebmail/apache2-uwsgi.conf b/debian/etc/ciderwebmail/apache2-uwsgi.conf index 2b70fa7..f0823af 100644 --- a/debian/etc/ciderwebmail/apache2-uwsgi.conf +++ b/debian/etc/ciderwebmail/apache2-uwsgi.conf @@ -2,3 +2,5 @@ SetHandler uwsgi-handler uWSGISocket /run/uwsgi/app/ciderwebmail/socket </Location> + +RedirectMatch permanent ^/cider$ /cider/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
