mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +00:00
Fix sample nginx config
This commit is contained in:
parent
5262fee853
commit
a5adcd268b
1 changed files with 16 additions and 16 deletions
|
@ -10,7 +10,7 @@ server {
|
|||
}
|
||||
|
||||
# Deny access to framework directories
|
||||
location ~ /(app/|bootstrap/|config/|database/|resources/|storage/tests|vendor/) {
|
||||
location ~ /(app|bootstrap|config|database|resources|storage|tests|vendor)/ {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue