From 32accaee2f73a93f686e13839fd29b19a3d4c738 Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 10 Jan 2025 14:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ubuntu-nginx-ruoyi.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu-nginx-ruoyi.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ubuntu-nginx-ruoyi.sh b/ubuntu-nginx-ruoyi.sh index 63fec0d..1d7a525 100644 --- a/ubuntu-nginx-ruoyi.sh +++ b/ubuntu-nginx-ruoyi.sh @@ -1,7 +1,5 @@ #!/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 \ No newline at end of file