Open JarvanKuo opened 5 years ago
https://jarvankuo.github.io/2019/09/17/nginx%E9%85%8D%E7%BD%AE/
nginx配置,结合wsl(windows的linux子系统) sh使用zsh后,环境变量需要在 ~/.zshrc 配置文件中定义,/etc/profile 是不会生效的nginx指定其他配置文件的,停止时也需指定参数启动: 1nginx -p pwd/ -c conf/nginx.conf 停止: 1nginx -p pwd/ -c conf/nginx.conf -s quit 安
pwd
https://jarvankuo.github.io/2019/09/17/nginx%E9%85%8D%E7%BD%AE/
nginx配置,结合wsl(windows的linux子系统) sh使用zsh后,环境变量需要在 ~/.zshrc 配置文件中定义,/etc/profile 是不会生效的nginx指定其他配置文件的,停止时也需指定参数启动: 1nginx -p
pwd
/ -c conf/nginx.conf 停止: 1nginx -ppwd
/ -c conf/nginx.conf -s quit 安