Skip to content

Commit

Permalink
Corrige comando de instalação
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares authored Feb 21, 2025
1 parent b6cea39 commit db0b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Copie os arquivos de configuração do Nginx:
```bash
cp /var/www/ieducar/docker/nginx/default.conf /etc/nginx/conf.d/default.conf
cp /var/www/ieducar/docker/nginx/upstream.conf /etc/nginx/conf.d/upstream.conf
sed -i 's/php:9000/unix:\/run\/php\/php-fpm.sock/g' /etc/nginx/conf.d/upstream.conf
sed -i 's/fpm:9000/unix:\/run\/php\/php-fpm.sock/g' /etc/nginx/conf.d/upstream.conf
rm /etc/nginx/sites-enabled/default
nginx -s reload
```
Expand Down

0 comments on commit db0b394

Please sign in to comment.