mirror of
https://github.com/solero/wand.git
synced 2024-11-09 15:08:21 +00:00
Fix proxy URL
Should be pointed at dash, not local
This commit is contained in:
parent
420e25082f
commit
1fe24e2dc2
@ -23,7 +23,7 @@ server {
|
||||
}
|
||||
|
||||
location ~ ^/(.*)/penguin/activate/(.*) {
|
||||
proxy_pass http://localhost:3000/activate/vanilla/$1/$2;
|
||||
proxy_pass http://dash:3000/activate/vanilla/$1/$2;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user