commit bfc7058d7d65cd8201b5bac62e986ba755ce7a42 from: Omar Polo date: Sat May 06 10:50:42 2023 UTC sync httpd.conf example in msearchd(8) with gotmarc(7) commit - 43a4a1ee1fed9b02cdf779577186a3a301371cca commit + bfc7058d7d65cd8201b5bac62e986ba755ce7a42 blob - 71f274df0de9c93ab7a130bb6af6dee175c6e588 blob + 3b89a8f66f92de1b6a2ad17bb0774c2f83e748a3 --- msearchd/msearchd.8 +++ msearchd/msearchd.8 @@ -102,7 +102,9 @@ Example configuration for .Bd -literal -offset -indent server "localhost" { listen on * port 80 - root "/marc" + root "/gotmarc" + gzip-static + location "/search" { fastcgi socket "/run/msearchd.sock" }