This commit is contained in:
2019-04-17 21:48:48 +02:00
parent aa01b29924
commit ae8ccb5bf6
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ chown -R www:www /var/lib/nginx
chown -R www:www /var/www/html
mv /etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.ori
cp "$_assets"/default.nginxconf /etc/nginx/conf.d/default.conf
cp "$_assets"/index.php /var/www/html/
cp "$_assets"/lemp/default.nginxconf /etc/nginx/conf.d/default.conf
cp "$_assets"/lemp/index.php /var/www/html/
rc-update add nginx
service nginx start