parent
1f5d6359be
commit
e21aec5822
|
@ -37,6 +37,6 @@ location ~* /\.(?!well-known\/) {
|
||||||
# include: configuration files, files that contain metadata about the
|
# include: configuration files, files that contain metadata about the
|
||||||
# project (e.g.: project dependencies), build scripts, etc..
|
# project (e.g.: project dependencies), build scripts, etc..
|
||||||
|
|
||||||
location ~* (?:\.(?:bak|conf|dist|fla|in[ci]|log|orig|psd|sh|sql|sw[op])|~)$ {
|
location ~* (?:#.*#|\.(?:bak|conf|dist|fla|in[ci]|log|orig|psd|sh|sql|sw[op])|~)$ {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue