summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx/sites-enabled/test.site6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site
index fc15b0b..2a9f74f 100644
--- 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;
}
}