Update fusionpbx

This commit is contained in:
FusionPBX 2020-09-16 10:29:48 -06:00 committed by GitHub
parent 0237a5b1c5
commit 2c723fdd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,9 @@ server {
location ~ /\.git {
deny all;
}
location ~ /\.lua {
deny all;
}
location ~ /\. {
deny all;
}
@ -164,6 +167,9 @@ server {
location ~ /\.git {
deny all;
}
location ~ /\.lua {
deny all;
}
location ~ /\. {
deny all;
}
@ -281,6 +287,9 @@ server {
location ~ /\.git {
deny all;
}
location ~ /\.lua {
deny all;
}
location ~ /\. {
deny all;
}