Nginx
安装
sh
apt install nginx
systemctl enable nginx
基础
配置文件路径
Creating NGINX Plus and NGINX Configuration Files
/etc/nginx/nginx.conf | 配置文件路径 | |
配置反向代理
所有http服务器都在一台物理设备上,分别监听不同端口。
sh
vim /etc/nginx/nginx.conf
配置 verdaccio 的反向代理需要设置verdaccio运行的环境变量
参考 https://verdaccio.org/docs/reverse-proxyhttps://verdaccio.org/docs/env