Update fusionpbx
This commit is contained in:
parent
0237a5b1c5
commit
2c723fdd8f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue