Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
nginx code to install
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed May 1, 2019
1 parent 05723cd commit ebb8204
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.sh
@@ -1,4 +1,4 @@
apt-get install build-essential nginx -y
apt-get install build-essential
cd ~
wget http://download.redis.io/releases/redis-5.0.4.tar.gz
tar xvfs redis-5.0.4.tar.gz
Expand All @@ -23,3 +23,6 @@ cd yacdn.org
pm2 start process.json
pm2 save
pm2 startup
apt-get install nginx -y
curl -o - https://raw.githubusercontent.com/ovsoinc/yacdn.org/master/nginx.conf > /etc/nginx/sites-available/default
service nginx reload

0 comments on commit ebb8204

Please sign in to comment.