mirror of
https://github.com/solero/wand.git
synced 2024-11-22 05:27:24 +00:00
Update legacy template to use docker IP instead of localhost
This commit is contained in:
parent
98ae753e97
commit
48cc7c12a2
@ -33,7 +33,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/penguin/activate/(.*) {
|
location ~ ^/penguin/activate/(.*) {
|
||||||
proxy_pass http://localhost:3000/activate/legacy/$1;
|
proxy_pass http://dash:3000/activate/legacy/$1;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user