commit 3c1e1e0f0ea147ffc67e59b1de1ae6a2c9760031 parent 53665776b171651a41a746875a8dc81bdcef4aff Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 20 Nov 2017 16:58:07 +0100 survey is a standalone site Diffstat:
| M | etc/nginx/sites-enabled/test.site | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site @@ -154,12 +154,12 @@ server { location @blue { add_header X-Taler-Deployment-Color blue; - uwsgi_pass unix:/home/test-green/sockets/shop.uwsgi; + uwsgi_pass unix:/home/test-blue/sockets/shop.uwsgi; include /etc/nginx/uwsgi_params; } location @green { add_header X-Taler-Deployment-Color green; - uwsgi_pass unix:/home/test-blue/sockets/shop.uwsgi; + uwsgi_pass unix:/home/test-green/sockets/shop.uwsgi; include /etc/nginx/uwsgi_params; } @@ -251,7 +251,7 @@ server { include conf.d/talerssl; location / { - rewrite ^.*$ $scheme://donations.test.taler.net/survey redirect; + uwsgi_pass unix:/home/test/sockets/survey.uwsgi; } }