location /public {
root /apps/nodejs/server.ru/production;
# как сделать proxy_pass http://127.0.0.1:1337/generate-img/; , если файла нет?
}
location / {
try_files /system/maintenance.html
$uri $uri/index.html $uri.html
@mongrel;
}
location @mongrel {
proxy_pass http://mongrel;
}