Redirect logicio
This commit is contained in:
parent
f3e4e1c275
commit
33a0963445
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ server {
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_pass http://wagtail-site;
|
proxy_pass http://wagtail-site;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /logicio/pmws/ {
|
||||||
|
return 301 /;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: parameterize
|
# TODO: parameterize
|
||||||
|
|
Loading…
Reference in a new issue