contrib/hgweb.fcgi
branchstable
changeset 45398 d58a205d0672
parent 43659 99e231afc29c
child 45830 c102b704edb5
--- a/contrib/hgweb.fcgi	Tue Sep 01 10:33:10 2020 -0400
+++ b/contrib/hgweb.fcgi	Wed Sep 02 12:31:37 2020 +0200
@@ -3,7 +3,7 @@
 # An example FastCGI script for use with flup, edit as necessary
 
 # Path to repo or hgweb config to serve (see 'hg help hgweb')
-config = "/path/to/repo/or/config"
+config = b"/path/to/repo/or/config"
 
 # Uncomment and adjust if Mercurial is not installed system-wide
 # (consult "installed modules" path from 'hg debuginstall'):