diff options
| author | Luke Hoersten <[email protected]> | 2020-06-29 19:21:11 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-06-29 19:21:11 -0500 |
| commit | b61ea1bd7b0849af0df8d4c7c52b6954b8ceaa88 (patch) | |
| tree | fe1d18e97442c7bc7dc3cbf96afa8613fe5a56b8 /mercurial/web/templates/hgweb.wsgi.j2 | |
| parent | 87b06a90243932b5ecdf394cee3fe1d97f040836 (diff) | |
Updated hgweb config
Diffstat (limited to 'mercurial/web/templates/hgweb.wsgi.j2')
| -rw-r--r-- | mercurial/web/templates/hgweb.wsgi.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mercurial/web/templates/hgweb.wsgi.j2 b/mercurial/web/templates/hgweb.wsgi.j2 index 16cc9fa..4f11d81 100644 --- a/mercurial/web/templates/hgweb.wsgi.j2 +++ b/mercurial/web/templates/hgweb.wsgi.j2 @@ -9,7 +9,7 @@ config = "{{mercurial_uwsgi_root}}/hgweb.config" #import sys; sys.path.insert(0, "/path/to/python/lib") # Uncomment to send python tracebacks to the browser if an error occurs: -import cgitb; cgitb.enable() +#import cgitb; cgitb.enable() # enable demandloading to reduce startup time from mercurial import demandimport; demandimport.enable() |
