Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 gateway 192.168.1.1 iface eth0:1 inet static address 192.168.2.100 netmask 255.255.255.0 gateway 192.168.2.1 iface eth0:2 inet static address 192.168.3.100 netmask 255.255.255.0 gateway 192.168.3.1
nginx -T
location /api { proxy_pass http://192.168.123.123; proxy_set_header Host $host; }
pg_stat_activity