diff options
-rw-r--r-- | paste.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -42,3 +42,8 @@ debug = false use = egg:Paste#http host = 127.0.0.1 port = 6543 + +[server:fcgi] +use = egg:flurp#fcgi +host = 127.0.0.1 +port = 26543 |
![]() |
index : mediagoblin.git | |
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs | heckyel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | paste.ini | 5 |
@@ -42,3 +42,8 @@ debug = false use = egg:Paste#http host = 127.0.0.1 port = 6543 + +[server:fcgi] +use = egg:flurp#fcgi +host = 127.0.0.1 +port = 26543 |