X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=usr%2Flocal%2Flib%2Fcgi-bin%2Fhgwebdir.cgi;h=bd145826fd8b9d90525ac519bfb87ae9d0f98163;hb=cb9d7d3a2e7f3827f6858ec76ac2bc35f77c1c05;hp=b5c7e794def4611f8132a425eaa31bf0c6490493;hpb=1b251c8981563c988496f63837f17c69a25005b1;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/usr/local/lib/cgi-bin/hgwebdir.cgi b/usr/local/lib/cgi-bin/hgwebdir.cgi index b5c7e79..bd14582 100755 --- a/usr/local/lib/cgi-bin/hgwebdir.cgi +++ b/usr/local/lib/cgi-bin/hgwebdir.cgi @@ -43,5 +43,5 @@ import mercurial.hgweb.wsgicgi as wsgicgi # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples # or use a dictionary with entries like 'virtual/path': '/real/path' -application = hgwebdir('hgweb.config') +application = hgwebdir('/etc/hgweb.conf') wsgicgi.launch(application)