contrib/hgweb.wsgi
branchstable
changeset 45398 d58a205d0672
parent 26421 4b0fc75f9403
child 50734 d5cd1fd690f3
--- a/contrib/hgweb.wsgi	Tue Sep 01 10:33:10 2020 -0400
+++ b/contrib/hgweb.wsgi	Wed Sep 02 12:31:37 2020 +0200
@@ -2,7 +2,7 @@
 # See https://mercurial-scm.org/wiki/modwsgi for more information
 
 # 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'):