cat x.css >> xnew.css
в браузере открывает??? The 'Access-Control-Allow-Origin' header contains the invalid value 'domain.ru'.
server {
listen 80;
server_name api.domain.dev;
proxy_redirect off;
location / {
proxy_pass http://keeper_app/api/v1$request_uri;
}
}