akvo / akvo-provisioning

Server and development environment provisioning data and configurations
9 stars 2 forks source link

Nginx rewrite for WASH Alliance new Akvo Sites server #319

Closed Lynngre closed 7 years ago

Lynngre commented 8 years ago

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;
}

"

Lynngre commented 7 years ago

319 fixed & closed