diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-10-16 15:28:43 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-06-19 15:47:48 -0400 |
commit | 2ca7fb72196b0d19973cd0f422367ef4df8b121c (patch) | |
tree | b3ae5b78ebf53d2b08c461868e18da61574cbee4 /config/webapp-config | |
parent | config.py: Improves package version checking (diff) | |
download | webapp-config-2ca7fb72196b0d19973cd0f422367ef4df8b121c.tar.gz webapp-config-2ca7fb72196b0d19973cd0f422367ef4df8b121c.tar.bz2 webapp-config-2ca7fb72196b0d19973cd0f422367ef4df8b121c.zip |
{config, server}.py: Adds Tracd server support
config/webapp-config: Adds changes to config to reflect the addition
of new server support.
Diffstat (limited to 'config/webapp-config')
-rwxr-xr-x | config/webapp-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webapp-config b/config/webapp-config index b93c314..da01bc6 100755 --- a/config/webapp-config +++ b/config/webapp-config @@ -69,6 +69,7 @@ vhost_hostname="localhost" # cherokee # nginx # gatling +# tracd # # you can override this setting by using the -s switch to webapp-config |