Nginx rewrite for WASH Alliance new Akvo Sites server
Lynngre opened this issue · 1 comments
Lynngre commented
The timeline needs to be available for http://newwashalliance.akvotest.org/ http://washalliance.nl & http://wash-alliance.org on the live ZZ Akvo Sites server
nginx rewrite for Timeline in /etc/nginx/sites-enabled/akvosites:
"
rewrite ^/wash-timeline$ /wash-timeline/ permanent;
location ~ ^/wash-timeline/(.*)$ {
proxy_pass http://www.rainbowcollection.eu;
}
"