Skip to content
Snippets Groups Projects
Commit c9e912bc authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Also match files in git repo.

parent ec7a9d23
Branches
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ class knuth::userdomain { ...@@ -169,7 +169,7 @@ class knuth::userdomain {
nginx::resource::location { 'blacklist git': nginx::resource::location { 'blacklist git':
server => 'default_server', server => 'default_server',
ssl => true, ssl => true,
location => '= /.git', location => '/.git',
location_cfg_append => { location_cfg_append => {
'return' => '403 Forbidden.', 'return' => '403 Forbidden.',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment