Update fusionpbx

This commit is contained in:
FusionPBX
2020-01-07 21:49:05 -07:00
committed by GitHub
parent 1f4f9b061b
commit 36ed2be462

View File

@@ -41,7 +41,10 @@ server {
location ~^.+.(db)$ { location ~^.+.(db)$ {
deny all; deny all;
} }
location ~ /.git/ { location ~ /\.git {
deny all;
}
location ~ /\. {
deny all; deny all;
} }
} }
@@ -155,7 +158,10 @@ server {
location ~^.+.(db)$ { location ~^.+.(db)$ {
deny all; deny all;
} }
location ~ /.git/ { location ~ /\.git {
deny all;
}
location ~ /\. {
deny all; deny all;
} }
} }
@@ -269,7 +275,10 @@ server {
location ~^.+.(db)$ { location ~^.+.(db)$ {
deny all; deny all;
} }
location ~ /.git/ { location ~ /\.git {
deny all;
}
location ~ /\. {
deny all; deny all;
} }
} }