aboutsummaryrefslogtreecommitdiffstats
path: root/paste.py3.ini
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-09 18:24:14 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-10 14:42:17 -0500
commit227a81b534c2f77f6cdb10a5936c6b1dfb8c3ec6 (patch)
treef421f5db3d96925be81f78b60f2196a2eb4c7ff4 /paste.py3.ini
parent9bf845d88f3a08b3090a4a408189fc965b341148 (diff)
downloadmediagoblin-227a81b534c2f77f6cdb10a5936c6b1dfb8c3ec6.tar.lz
mediagoblin-227a81b534c2f77f6cdb10a5936c6b1dfb8c3ec6.tar.xz
mediagoblin-227a81b534c2f77f6cdb10a5936c6b1dfb8c3ec6.zip
Add and use paste server selector. Yeah! Smart solutions!
This commit sponsored by Tryggvi Björgvinsson. Thank you!
Diffstat (limited to 'paste.py3.ini')
-rw-r--r--paste.py3.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste.py3.ini b/paste.py3.ini
index afd5982b..77364c09 100644
--- a/paste.py3.ini
+++ b/paste.py3.ini
@@ -52,7 +52,7 @@ debug = false
# The server that is run by default.
# By default, should only be accessable locally
[server:main]
-use = egg:gunicorn
+use = egg:mediagoblin#paste_server_selector
host = 127.0.0.1
port = 6543
# Gunicorn settings. See http://docs.gunicorn.org/en/19.0/settings.html