come from
http://blog.csdn.net/ztguang/article/details/51089526
### 启动nginx
setsebool -P mysql_connect_http 1
setsebool -P named_tcp_bind_http_port 1
setsebool -P httpd_can_network_connect 1
grep nginx /var/log/audit/audit.log | audit2allow -M mypol
semodule -i mypol.pp
systemctl start nginx.service
systemctl stop nginx.service
systemctl restart nginx.service
systemctl stop httpd.service
systemctl start mariadb.service
[root@localhost recieve form Maurizio Farina]# cp -r html /usr/share/nginx/html
[root@localhost html]# chmod 755 -R /usr/share/nginx/html
iptables -F
[root@localhost html]# export WF_HOME=/usr/share/nginx; export CRITERIA_HOME=/usr/share/nginx
[root@localhost html]# ./executer
in browser: http://127.0.0.1:9090
至此,OK