Feat/change folder structure#1092
Open
igorgoncalves wants to merge 7 commits intomainfrom
Open
Conversation
…e restringir acesso do nginx (+seguro)
….tag into fix/improve-perf-grades
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




🚀 Motivação
Descreva o problema que será resolvido e como a solução foi implementada.
A configuração de pastas anterior trazia insegurança ao projeto pois o arquivos da raiz do projeto estavam disponíveis para ser acessados via URL.
🔧 Alterações Realizadas
Descreva em alto nível as principais mudanças feitas no código.
Arquivos de css, js e views foram movidos para pasta public, e as configurações do nginx foram alteradas para permitir apenas acesso a essa pasta, limitando inclusive o nível de permissão de acesso.
📌 Requisitos
Descreva alterações ou configurações que devem ser feitas antes de testar a funcionalidade.
Executar novamente a construção das imagens Docker do projeto com:
docker compose up -d --build🛠️ Fluxo de Teste
🧪 Fluxo de Teste 1 (FT1):
✅ Sucesso: Quando no main, o arquivo vai aparecer em downloads, quando na branch atual, vai ser bloquado.
❌ Falha:
✨ Migrations Utilizadas
✔️ Checklist - Padrões para PR
config.php?CHANGELOG?Documentação
Houve alteração nos fluxo de uso?
(Lembrete: Em caso afirmativo, adicionar label Atualização de manual)