taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8a5d0e80550860370fac8f7853827db612b27f03
parent d22c3da59c0d787481add7b4f16bce7c174c5aa9
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 22 Nov 2016 02:26:07 +0100

landing mimetypes

Diffstat:
Mbin/taler-deployment-landing | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing @@ -14,6 +14,7 @@ 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 "^/?$ redirect:index.html" \