Test Setup Failed
Push — master ( 081ae4...81711b )
by Xu
03:58
created
config/rest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,12 +22,12 @@
 block discarded – undo
22 22
             'secureProtocolHeaders' => [
23 23
                 'X-Forwarded-Proto' => ['https'], // Common
24 24
                 'Front-End-Https' => ['on'], // Microsoft
25
-                'X-Client-Scheme' => ['https'],// Aliyun CDN
25
+                'X-Client-Scheme' => ['https'], // Aliyun CDN
26 26
                 'X-Client-Proto' => ['https'],
27 27
             ],
28 28
             'ipHeaders' => [
29
-                'X-Forwarded-For',// Common
30
-                'ALI-CDN-REAL-IP',// Aliyun CDN
29
+                'X-Forwarded-For', // Common
30
+                'ALI-CDN-REAL-IP', // Aliyun CDN
31 31
                 'X-Cluster-Client-IP',
32 32
             ],
33 33
         ],
Please login to merge, or discard this patch.
config/web.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,12 +10,12 @@
 block discarded – undo
10 10
             'secureProtocolHeaders' => [
11 11
                 'X-Forwarded-Proto' => ['https'], // Common
12 12
                 'Front-End-Https' => ['on'], // Microsoft
13
-                'X-Client-Scheme' => ['https'],// Aliyun CDN
13
+                'X-Client-Scheme' => ['https'], // Aliyun CDN
14 14
                 'X-Client-Proto' => ['https'],
15 15
             ],
16 16
             'ipHeaders' => [
17
-                'X-Forwarded-For',// Common
18
-                'ALI-CDN-REAL-IP',// Aliyun CDN
17
+                'X-Forwarded-For', // Common
18
+                'ALI-CDN-REAL-IP', // Aliyun CDN
19 19
                 'X-Cluster-Client-IP',
20 20
             ],
21 21
         ],
Please login to merge, or discard this patch.