Explorar o código

chown wwww:wwww /var/tmp/nginx

Bachir Soussi Chiadmi %!s(int64=4) %!d(string=hai) anos
pai
achega
7cf2081065
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/lemp.sh

+ 1 - 0
bin/lemp.sh

@@ -181,6 +181,7 @@ adduser -D -g 'www' www
 mkdir -p /var/www/html
 chown -R www:www /var/lib/nginx
 chown -R www:www /var/www/html
+chown -R www:www /var/tmp/nginx
 
 mv /etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.ori
 cp "$_assets"/lemp/default.nginxconf /etc/nginx/conf.d/default.conf