File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
ProxyPreserveHost On
12
12
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
+
13
17
<Location />
14
18
# New authorization commands for apache 2.4 and up
15
19
# http://httpd.apache.org/docs/2.4/upgrading.html#access
Original file line number Diff line number Diff line change 36
36
37
37
ProxyPreserveHost On
38
38
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
+
39
43
<Location />
40
44
# New authorization commands for apache 2.4 and up
41
45
# http://httpd.apache.org/docs/2.4/upgrading.html#access
Original file line number Diff line number Diff line change 32
32
33
33
ProxyPreserveHost On
34
34
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
+
35
39
<Location />
36
40
Order deny,allow
37
41
Allow from all
Original file line number Diff line number Diff line change 10
10
11
11
ProxyPreserveHost On
12
12
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
+
13
17
<Location />
14
18
Order deny,allow
15
19
Allow from all
You can’t perform that action at this time.
0 commit comments