diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-12-30 20:11:28 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-12-30 20:11:28 -0500 |
commit | 6f3066be9c76c60b1fd9cb7d863ad76dccd3ce39 (patch) | |
tree | 6da94293d3c4ba477fb4d734edc620ef97e18113 /config/webapp-config | |
parent | Use isinstance() for compatibility with Python 3. (diff) | |
download | webapp-config-6f3066be9c76c60b1fd9cb7d863ad76dccd3ce39.tar.gz webapp-config-6f3066be9c76c60b1fd9cb7d863ad76dccd3ce39.tar.bz2 webapp-config-6f3066be9c76c60b1fd9cb7d863ad76dccd3ce39.zip |
Add support for www-servers/nginx and www-servers/gatling
Diffstat (limited to 'config/webapp-config')
-rwxr-xr-x | config/webapp-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webapp-config b/config/webapp-config index 9ec126b..b93c314 100755 --- a/config/webapp-config +++ b/config/webapp-config @@ -67,6 +67,9 @@ vhost_hostname="localhost" # apache # lighttpd # cherokee +# nginx +# gatling + # # you can override this setting by using the -s switch to webapp-config |