nexus-3.29.2-02 更改nexus.properties中的端口和IP 不生效

环境:liunx  阿里云学习机器。想搭建一个maven私有库环境,nexus 在 nexus-3.29.2-02/ext/ 目录下更改 nexus.properties 中的端口和IP 不生效,不知道有没有大佬解答下 是不是缺啥。

参考的这个改的

自己在查看端口

1、查看进程id

ps -ef|grep nexus

root      5477     1 99 11:48 pts/1    00:00:07 /usr/jdk1.8.0_181/bin/java -server -Dinstall4j 。。。
2、查看端口
netstat -tnlp | grep 5477
tcp        0      0 127.0.0.1:40278         0.0.0.0:*               LISTEN      5477/java