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 {
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user