aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mediagoblin/templates/paste_local.ini.j2
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-04 15:59:57 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-04 15:59:57 -0400
commit70ebc96b9ef1431ac1128d2dac6d08af237777a4 (patch)
tree5605405f959ccc94a996f09c36b1c181dd5a12a9 /roles/mediagoblin/templates/paste_local.ini.j2
parent76a4f4fc3452a20f463298a2422914eb061b3866 (diff)
downloadinfra-70ebc96b9ef1431ac1128d2dac6d08af237777a4.tar.gz
infra-70ebc96b9ef1431ac1128d2dac6d08af237777a4.zip
work-in-progress fixes for mediagoblin
Diffstat (limited to 'roles/mediagoblin/templates/paste_local.ini.j2')
-rw-r--r--roles/mediagoblin/templates/paste_local.ini.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/mediagoblin/templates/paste_local.ini.j2 b/roles/mediagoblin/templates/paste_local.ini.j2
index fef637e..815140f 100644
--- a/roles/mediagoblin/templates/paste_local.ini.j2
+++ b/roles/mediagoblin/templates/paste_local.ini.j2
@@ -53,7 +53,7 @@ debug = false
[server:main]
use = egg:waitress#main
host = 127.0.0.1
-port = 6543
+port = 26543
# # Gunicorn settings. See http://docs.gunicorn.org/en/19.0/settings.html
# # for more information about configuring Gunicorn
# proc_name = gmg
@@ -66,16 +66,16 @@ port = 6543
# If you are configuring the paste config manually, you can remove
# these.
-# Use this if you want to run on port 6543 and have MediaGoblin be
+# Use this if you want to run on port 26543 and have MediaGoblin be
# viewable externally
[server:broadcast]
use = egg:waitress#main
host = 0.0.0.0
-port = 6543
+port = 26543
# Use this if you want to connect via fastcgi
[server:fcgi]
-use = egg:flup#fcgi_fork
+use = egg:flup6#fcgi_fork
host = %(fcgi_host)s
port = %(fcgi_port)s