diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-22 15:45:44 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-22 15:45:44 +0100 |
commit | add7b6b26d3751a4142a81d238bc788019993e46 (patch) | |
tree | a540339f547456d04f5c45997686d724ef2e8b17 /apache2.conf | |
parent | b8d3ec12020729639b30ba6d4d40dbdcb8d04554 (diff) |
Disable the Trac instance demo'd for STAG
Diffstat (limited to 'apache2.conf')
-rw-r--r-- | apache2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2.conf b/apache2.conf index 7408ee8..3cb3ab7 100644 --- a/apache2.conf +++ b/apache2.conf @@ -179,5 +179,5 @@ UserDir public_html # Enable the STAG trac instance over WSGI - WSGIScriptAlias /c/STAG/trac /srv/www/spragg-ssl.co.uk/html/c/STAG/trac/cgi-bin/trac.wsgi + #WSGIScriptAlias /c/STAG/trac /srv/www/spragg-ssl.co.uk/html/c/STAG/trac/cgi-bin/trac.wsgi </VirtualHost> |