File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1010
1111 ProxyPreserveHost On
1212
13+ # Ensure that encoded slashes are not decoded but left in their encoded state.
14+ # http://doc.gitlab.com/ce/api/projects.html#get-single-project
15+ AllowEncodedSlashes NoDecode
16+
1317 <Location />
1418 # New authorization commands for apache 2.4 and up
1519 # http://httpd.apache.org/docs/2.4/upgrading.html#access
Original file line number Diff line number Diff line change 3636
3737 ProxyPreserveHost On
3838
39+ # Ensure that encoded slashes are not decoded but left in their encoded state.
40+ # http://doc.gitlab.com/ce/api/projects.html#get-single-project
41+ AllowEncodedSlashes NoDecode
42+
3943 <Location />
4044 # New authorization commands for apache 2.4 and up
4145 # http://httpd.apache.org/docs/2.4/upgrading.html#access
Original file line number Diff line number Diff line change 3232
3333 ProxyPreserveHost On
3434
35+ # Ensure that encoded slashes are not decoded but left in their encoded state.
36+ # http://doc.gitlab.com/ce/api/projects.html#get-single-project
37+ AllowEncodedSlashes NoDecode
38+
3539 <Location />
3640 Order deny,allow
3741 Allow from all
Original file line number Diff line number Diff line change 1010
1111 ProxyPreserveHost On
1212
13+ # Ensure that encoded slashes are not decoded but left in their encoded state.
14+ # http://doc.gitlab.com/ce/api/projects.html#get-single-project
15+ AllowEncodedSlashes NoDecode
16+
1317 <Location />
1418 Order deny,allow
1519 Allow from all
You can’t perform that action at this time.
0 commit comments