# for install from homebrew# --> brew install nagios# must also be installed fcgiwrapserver{listen80;server_namenagios.dev;access_log/var/log/nginx/nagios.access.log;error_log/var/log/nginx/nagios.error.loginfo;expires31d;root/usr/local/Cellar/nagios/3.5.1_1/share/nagios/htdocs;indexindex.phpindex.html;location/nagios{alias/usr/local/Cellar/nagios/3.5.1_1/share/nagios/htdocs;}location/stylesheets{alias/usr/local/Cellar/nagios/3.5.1_1/share/nagios/htdocs/stylesheets;}location~\.cgi${root/usr/local/Cellar/nagios/3.5.1_1/cgi-bin;rewrite^/nagios/cgi-bin/(.*)$ /$1;includefastcgi_params;fastcgi_paramAUTH_USER$remote_user;fastcgi_paramREMOTE_USER$remote_user;fastcgi_paramSCRIPT_FILENAME/usr/local/Cellar/nagios/3.5.1_1/cgi-bin$fastcgi_script_name;fastcgi_pass127.0.0.1:9001;}location~\.php${fastcgi_pass127.0.0.1:9000;fastcgi_indexindex.php;includefastcgi_params;fastcgi_paramPHP_VALUE"upload_max_filesize=15M";fastcgi_paramAPPLICATION_ENVdev;fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;fastcgi_paramPATH_INFO$fastcgi_script_name;}}
—
Для тех кто не знаком с homebrew (менеджер пакетов для macos) советую глянуть
http://brew.sh/
Штука значительно лучше портов (mac ports) за счет того что не устанавливает кучу лишнего и не нужного хлама
при установке пакетов. Так же для нее очень просто оформлять свои пакеты, так же имеет очень
большое количество готовых. Пакеты и сам homebrew напсан на ruby