sh/ubuntu-nginx-ruoyi.sh
2025-01-10 14:00:17 +08:00

7 lines
215 B
Bash

#!/bin/bash
apt-get install nginx
mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.bak
cd /usr/local
git clone http://117.50.220.191:8418/doc/conf.git
mv /usr/local/conf/nginx-ruoyi.conf /etc/nginx/nginx.conf
nginx -t