Redirect logicio

This commit is contained in:
Oleg Lavrovsky 2017-05-03 15:29:07 +02:00
parent f3e4e1c275
commit 33a0963445

View file

@ -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