aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mediagoblin/templates/paste_local.ini.j2
diff options
context:
space:
mode:
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