mac下nginx安裝及與tomcat簡單配置

安裝 :  brew install nginx 查看信息 :  nginx -v (此處爲大寫字母V) 啓動方式 :   nginx -c /usr/local/etc/nginx/nginx.conf (conf爲你配置文件路徑)   配置文件 : 新建服務:  upstream tomcat_server {          server localhost:8080;     } 指定跳
相關文章
相關標籤/搜索