server {
server_name zabbix.adj.com.tw;
root /var/www/zabbix/;
index index.php index.html;
access_log /var/log/nginx/zabbix.log;
error_log /var/log/nginx/zabbix.error;
location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param QUERY_STRING $query_string;
fastcgi_pass 127.0.0.1:9000;
fastcgi_intercept_errors on;
error_page 403 404 502 503 504 http://zabbix.adj.com.tw/index.php;
}
location ~* \.(css|gif|jpeg|jpg|js|txt|png|tif|tiff|ico|jng|bmp|doc|pdf|rtf|xls|xpi|zip|tgz|gz|bz2|tar|mid|midi|mp3)$ {
root /var/www/zabbix/;
}
}
mysql> CREATE DATABASE zabbix;
mysql> GRANT ALL PRIVILEGES on zabbix.* to 'zabbix'@'localhost' IDENTIFIED BY 'zabbix_pw';
mysql> FLUSH PRIVILEGES;
mysql> quit
Server=192.168.1.7
ServerActive=192.168.1.7
Hostname=www.adj.com.tw
歡迎光臨 ADJ網路實驗室 (http://dz.adj.idv.tw/) | Powered by Discuz! 6.0.0 |