Outils pour utilisateurs

Outils du site


service_de_cloud_nextcloud

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
service_de_cloud_nextcloud [2020/05/29 16:56] – [Configuration web] adminservice_de_cloud_nextcloud [2023/02/07 17:59] (Version actuelle) – [Configuration web] admin
Ligne 43: Ligne 43:
  
 <code>cd /tmp <code>cd /tmp
-curl https://download.nextcloud.com/server/releases/latest.tar.bz2 -o latest.tar.bz2+curl https://download.nextcloud.com/server/releases/latest-22.tar.bz2 -o latest.tar.bz2
 tar -xjf latest.tar.bz2 -C /var/www && chown -R www-data:www-data /var/www/ && rm -f latest.tar.bz2 tar -xjf latest.tar.bz2 -C /var/www && chown -R www-data:www-data /var/www/ && rm -f latest.tar.bz2
 mkdir -p /var/nc_data/ && chown -R www-data:www-data /var/nc_data/ mkdir -p /var/nc_data/ && chown -R www-data:www-data /var/nc_data/
Ligne 123: Ligne 123:
 Créer un fichier ///etc/nginx/php_optimization.conf//: Créer un fichier ///etc/nginx/php_optimization.conf//:
 <code> <code>
-    fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;+    fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
     fastcgi_param SCRIPT_FILENAME $request_filename;     fastcgi_param SCRIPT_FILENAME $request_filename;
     fastcgi_param PATH_INFO $path_info;     fastcgi_param PATH_INFO $path_info;
Ligne 255: Ligne 255:
 <code> <code>
 service nginx stop service nginx stop
-service php7.3-fpm stop+service php7.4-fpm stop
 service mariadb restart service mariadb restart
-service php7.3-fpm restart+service php7.4-fpm restart
 service redis-server restart service redis-server restart
 service nginx restart    service nginx restart   
 </code> </code>
  
service_de_cloud_nextcloud.1590764191.txt.gz · Dernière modification : 2021/05/08 13:25 (modification externe)