在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問答/Linux/ mac下8080端口nginx無法關(guān)閉

mac下8080端口nginx無法關(guān)閉

sudo brew services stop nginx
Error: Service nginx is not started.

我嘗試關(guān)閉nginx,但是localhost:8080依然可以訪問

這是怎么回事?

我使用的是 brew install nginx 安裝的nginx

回答
編輯回答
瘋子范

nginx 沒有啟動啊,
8080應(yīng)該是 apache 的端口。

2017年4月5日 01:12
編輯回答
網(wǎng)妓

看看誰占用這個端口

lsof -i:8080

然后決定是否殺掉,另外nginx是80端口,你安裝好nginx之后沒有啟動nginx所有出現(xiàn)nginx not started,8080端口是tomcat的默認端口,你得看看你的tomcat是什么情況。

2017年6月1日 17:59