mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 18:20:22 +00:00
bloquear acesso ao .env no webservice
This commit is contained in:
parent
580a7f8c4e
commit
7a49945e1c
1 changed files with 5 additions and 0 deletions
|
@ -33,5 +33,10 @@ server {
|
|||
deny all;
|
||||
}
|
||||
|
||||
location = /.env {
|
||||
deny all;
|
||||
return 404;
|
||||
}
|
||||
|
||||
access_log /dev/null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue