diff options
author | 2017-01-09 11:31:54 +0200 | |
---|---|---|
committer | 2017-01-09 11:31:54 +0200 | |
commit | b68584681207baa80012345d2800764b1b338dfb (patch) | |
tree | dc94a37adaa41a68a93537d850f7a037743da75f /config | |
parent | ebuild.py: fix bashism (diff) | |
download | webapp-config-b68584681207baa80012345d2800764b1b338dfb.tar.gz webapp-config-b68584681207baa80012345d2800764b1b338dfb.tar.bz2 webapp-config-b68584681207baa80012345d2800764b1b338dfb.zip |
Adds uWSGI server support
Diffstat (limited to '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 da01bc6..e8d1d8a 100755 --- a/config/webapp-config +++ b/config/webapp-config @@ -70,6 +70,7 @@ vhost_hostname="localhost" # nginx # gatling # tracd +# uwsgi # # you can override this setting by using the -s switch to webapp-config |