Skip to content
Snippets Groups Projects
Commit 73397d6b authored by Konstantinos Samaras-Tsakiris's avatar Konstantinos Samaras-Tsakiris
Browse files

Bp branch 'block-config' into 'v9.3-2'

parent 81c1e4f8
No related branches found
No related tags found
1 merge request!117Bp branch 'block-config' into 'v9.3-2'
......@@ -114,7 +114,12 @@ server {
fastcgi_pass webdav;
}
# We deny access to `.config` due to https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/927
# Previously we would deny access to txt/log files, see https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/853
location ~* \.config$ {
allow 192.168.0.0/16;
deny all;
}
# !!! NOTE
# Order is important in nginx rules. If the following `location` are rearranged, things will BREAK.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment