Restart nginx on mac | View nginx configuration file | Unzip the installation package

1.nginx restart

sudo nginx -s reload

 sudo brew services restart nginx

2. View the Nginx configuration file directory:

/usr/local/etc/nginx/nginx.conf

3. Unzip the installation package

tar -zxvf ~/Downloads/node_modules.tar

Guess you like

Origin blog.csdn.net/weixin_39089928/article/details/131391367
Recommended