人伦人与牲囗恔配视频,中文字幕一区二区三区,国产精品人成a片一区二区,和寡妇房东在做爰2

修改后臺默認(rèn)8080端口的方法

wdcp系統(tǒng)默認(rèn)使用的是8080管理端口,可以通過以下方法修改,如要修改為8000

方法一
vi /www/wdlinux/apache/conf/wdcp.conf
把里面的8080改為8000即可
相應(yīng)nginx的配置文件在/www/wdlinux/nginx/conf/wdcp

方法二
apache
sed -i 's/8080/8000/' /www/wdlinux/apache/conf/wdcp.conf
nginx
sed -i 's/8080/8000/' /www/wdlinux/nginx/conf/wdcp.conf

然后記得修改防火墻iptables的端口
sed -i 's/8080/8000/' /etc/sysconfig/iptables
重起iptables
service iptables restart

重起web
service httpd restart
or
service nginxd restart
完成

歡迎轉(zhuǎn)載,但請保留此信息
[我的Linux,讓Linux更易用] CentOS精簡版,集成lamp,lnmp版,wdcp,wdcdn,wddns,一鍵安裝包,集群負(fù)載均衡LVS,智能DNS/CDN,性能優(yōu)化
本文連接:http://www.wxxcdz.com/old/node/371