changeset 3ed5223daaf9 in trypod:default
details: https://hg.tryton.org/trypod?cmd=changeset;node=3ed5223daaf9
description:
        Remove unused fcgi script
diffstat:

 trypod.fcgi |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (11 lines):

diff -r 3d3c66346b49 -r 3ed5223daaf9 trypod.fcgi
--- a/trypod.fcgi       Fri Feb 07 00:41:04 2020 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#!/usr/bin/env python2
-from flup.server.fcgi import WSGIServer
-from trypod import app
-from werkzeug.contrib.fixers import LighttpdCGIRootFix
-
-if __name__ == '__main__':
-    WSGIServer(LighttpdCGIRootFix(app)).run()

Reply via email to