commit cf1c356f9c4db5572c47d0e71962b94a177070b4
parent 61c2908f6dd94eeee5bdd92ba4fd09dd83142644
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 3 Jan 2018 10:21:42 +0100
removing dead code from previous landing deployment
Diffstat:
3 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# serve landing page via uwsgi
-
-base=$HOME
-
-export PATH="$base/deployment":$PATH
-
-ulimit -c $((100 * 1024))
-
-mkdir -p $HOME/sockets
-
-
-# redirect / to index.html,
-# serve static files from $HOME/landing
-exec uwsgi \
- --mimefile /etc/mime.types \
- --socket $HOME/sockets/landing.uwsgi \
- --chmod-socket=660 \
- --route-if "regexp:${PATH_INFO};^/?$ redirect:index.html" \
- --route-if "regexp:${PATH_INFO};^/(.+) addvar:FILE=$HOME/landing/demo/\$1" \
- --route-if "exists:${PATH_INFO};\${FILE} static:\${FILE}" \
- --route-if "regexp:${PATH_INFO};^/(.+) break:404 not found"
diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start
@@ -30,7 +30,6 @@ taler-deployment-arm -i taler-demobank
taler-deployment-arm -i taler-donations
taler-deployment-arm -i taler-blog
taler-deployment-arm -i taler-survey
-taler-deployment-arm -i taler-landing
taler-deployment-arm -i taler-aggregator
taler-deployment-arm -i taler-auditor
taler-deployment-arm -i taler-exchange-wirewatch
diff --git a/taler-arm/taler-landing.conf b/taler-arm/taler-landing.conf
@@ -1,3 +0,0 @@
-[taler-landing]
-TYPE = simple
-BINARY = taler-deployment-landing