Update fusionpbx

This commit is contained in:
FusionPBX
2020-09-16 10:29:48 -06:00
committed by GitHub
parent 0237a5b1c5
commit 2c723fdd8f

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;
}