Config nginx on linux
ON THIS PAGE
安装:
sudo apt-get update
sudo apt-get install nginx
配置文件:
/etc/nginx/sites-available/default
/etc/nginx/nginx.conf
常用命令:
sudo service nginx {start|stop|restart|reload|force-reload|status|configtest|rotate|upgrade}
2020-08-05
上一篇:MongoDB 的安装配置及使用
下一篇:macOS安装使用MySQL