Configurar Web

Crear sitio web y ssl

Instalación Correcta

Agregar Código y guardar

// copiar y pegar

location / {
        try_files $uri $uri/ /index.php;
         }
         location /install {
        try_files $uri $uri/ /install/index.php;
          }

ingresar al dar click y eliminar sitio existente

Cargar carpeta en .zip

Descomprimir Zip

Permisos a carpertas y archivos

chmod -R 775 /www/.env
chmod -R 775 /www/storage
chmod -R 775 /www/bootstrap/cache
chmod -R 775 /www/public/uploads
chmod -R 775 /www/whatsapp.js
chmod -R 775 /www/sessions
// copiar y pegar en navegador
https://app.strategoperu.com/public/index.php/install

Last updated