После смены IP адреса сервера с 192.168.1.110 на 10.10.X.X перестал запускаться ngnix.
Код: Выделить всё
Запуск неуспешный
● nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2019-06-12 14:50:04 MSK; 16ms ago
Process: 12187 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE)
Process: 12186 ExecStartPre=/usr/bin/rm -f /run/nginx.pid (code=exited, status=0/SUCCESS)
Jun 12 14:50:04 cp.xxxxxxx.ru nginx[12187]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/sites-available/ssl.cp.[u]xxxxxxx[/u].ru.conf:7
Jun 12 14:50:04 cp.xxxxxxx.ru nginx[12187]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/sites-available/ssl.default.conf:7
Jun 12 14:50:04 cp.xxxxxxx.ru nginx[12187]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/sites-available/ssl.[u]xxxxxxx[/u].ru.conf:7
Jun 12 14:50:04 cp.xxxxxxx.ru nginx[12187]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Jun 12 14:50:04 cp.xxxxxxx.ru nginx[12187]: nginx: [emerg] bind() to 192.168.1.110:443 failed (99: Cannot assign requested address)
Jun 12 14:50:04 cp.xxxxxxx.ru nginx[12187]: nginx: configuration file /etc/nginx/nginx.conf test failed
Jun 12 14:50:04 cp.xxxxxxx.ru systemd[1]: nginx.service: control process exited, code=exited status=1
Jun 12 14:50:04 cp.xxxxxxx.ru systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
Jun 12 14:50:04 cp.xxxxxxx.ru systemd[1]: Unit nginx.service entered failed state.
Jun 12 14:50:04 cp.xxxxxxx.ru systemd[1]: nginx.service failed.
Попробовал удалить и установить заново - не помогло
Попробовал вручную изменить конфиги /etc/nginx/sites-available/ - не помогло
Подскажите пожалуйста, как решать подобные проблемы при смене IP адреса, кроме как изменением /etc/sysctl.conf, а именно добавлением net.ipv4.ip_nonlocal_bind = 1 ? Ошибка пропадает, но мне не нравится это решение.