hgweb: Point hgwebdir.cgi at /etc/hgweb.conf.
[matthijs/servers/drsnuggles.git] / usr / local / lib / cgi-bin / hgwebdir.cgi
index b5c7e794def4611f8132a425eaa31bf0c6490493..bd145826fd8b9d90525ac519bfb87ae9d0f98163 100755 (executable)
@@ -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)