July 5, 20179 yr Author Any harm in adding this in my /boot/conf/go sed -i -e 's/listen 80/listen 10.10.11.12:80/g' /etc/nginx/conf.d/emhttp-servers.conf /etc/rc.d/rc.nginx restart or in that case for SSHd.. sed -i -e 's/#ListenAddress 0.0.0.0/ListenAddress 10.10.11.12/g' /etc/ssh/sshd_config /etc/rc.d/rc.sshd restart Edited July 5, 20179 yr by smdion
July 6, 20178 yr Author @bonienl the above commands work when manually entered, but not from the go file. Any ideas on why?
Archived
This topic is now archived and is closed to further replies.