bluvertigo
6/12/2018 - 8:33 AM

js translation fix - ngnix

Aggiungere un redirect ad ngnix, in "sites.enabled"

location ~ /static/frontend/([a-zA-Z]+)/([a-zA-Z]+)/([a-zA-Z_]+)/js-translation.json {
        return 301 http://$http_host/translate/frontend/$1/$2/$3/js-translation.json;
    }