Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
dparadise28 committed Mar 21, 2017
1 parent 62cefed commit d402412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ nginx -t
service nginx restart
mv /usr/share/nginx/html /usr/share/nginx/nginx_html
mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.backup
mv setup/nginx.conf /etc/nginx/nginx.conf
mv mcs-ui/ /usr/share/nginx/html

sudo service nginx reload

yum install -y httpd-tools
htpasswd -c /etc/nginx/.htpasswd admin

mv mcs-ui/ /usr/share/nginx/html
cd /usr/share/nginx/html
mv setup/nginx.conf /etc/nginx/nginx.conf

sudo service nginx reload

0 comments on commit d402412

Please sign in to comment.