2025-01-10 13:59:39 +08:00
|
|
|
#!/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
|
2025-01-10 14:00:17 +08:00
|
|
|
mv /usr/local/conf/nginx-ruoyi.conf /etc/nginx/nginx.conf
|
2025-01-10 13:59:39 +08:00
|
|
|
nginx -t
|