Update legacy template to use docker IP instead of localhost

This commit is contained in:
rsakeys 2020-08-22 16:24:35 +01:00
parent 98ae753e97
commit 48cc7c12a2

View File

@ -33,7 +33,7 @@ server {
}
location ~ ^/penguin/activate/(.*) {
proxy_pass http://localhost:3000/activate/legacy/$1;
proxy_pass http://dash:3000/activate/legacy/$1;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;