forked from norman/fusionpbx-install.sh-github-mirror
Update fusionpbx
This commit is contained in:
9
debian/resources/nginx/fusionpbx
vendored
9
debian/resources/nginx/fusionpbx
vendored
@@ -44,6 +44,9 @@ server {
|
|||||||
location ~ /\.git {
|
location ~ /\.git {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
location ~ /\.lua {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
location ~ /\. {
|
location ~ /\. {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
@@ -164,6 +167,9 @@ server {
|
|||||||
location ~ /\.git {
|
location ~ /\.git {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
location ~ /\.lua {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
location ~ /\. {
|
location ~ /\. {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
@@ -281,6 +287,9 @@ server {
|
|||||||
location ~ /\.git {
|
location ~ /\.git {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
location ~ /\.lua {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
location ~ /\. {
|
location ~ /\. {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user