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

Merge branch 'bp-v9.3-2' into 'v9.3-2'

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

See merge request !117
parents 81c1e4f8 73397d6b
No related branches found
No related tags found
1 merge request!117Bp branch 'block-config' into 'v9.3-2'
Pipeline #3814706 failed
...@@ -114,7 +114,12 @@ server { ...@@ -114,7 +114,12 @@ server {
fastcgi_pass webdav; 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 # 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 # !!! NOTE
# Order is important in nginx rules. If the following `location` are rearranged, things will BREAK. # 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.
Please register or to comment