Желающим поменять конфиги nginx правильнее делать это в хуке /usr/local/Reductor/userinfo/hooks/start.sh, просто копированием нужного конфига и service nginx restart.#!/bin/bash
client_post_start_hook() {
cp -p /usr/local/Reductor/userinfo/hooks/reductor.conf /etc/nginx/conf.d/
service nginx restart
}
