multiple changes

This commit is contained in:
root
2021-01-10 08:10:06 +01:00
parent 3db6eadd83
commit 0c02fac0ba
10 changed files with 572 additions and 13 deletions

View File

@@ -61,10 +61,10 @@ server {
root /mnt/git_repo/;
}
location ~ ^.*\.git/(HEAD|info/refs|objects/info/.*|git-(upload|receive)-pack)$ {
satisfy any;
allow 192.168.95.0/24;
allow 127.0.0.1;
deny all;
# satisfy any;
# allow 192.168.95.0/24;
# allow 127.0.0.1;
# deny all;
include snippets/ldap.conf;