2018年2月12日 星期一

[LibreNMS] ReConfig for NGINX Host Name

SSH to the Host

Process below Command
sudo nano /etc/nginx/conf.d/librenms.conf

edit server_name as required

example
need to add xxx.company.com and listen on 80, 8080

listen 80;
listen 8080; server_name xxx.company.com;

save the conf file and restart NGINX

systemctl restart nginx <-restart command

沒有留言:

張貼留言