File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ With RealIP module.
113
113
114
114
```nginx
115
115
1. real_ip_header X-Forwarded-For;
116
- 2. set_real_ip_from 10.108.0.0/16 ;
116
+ 2. set_real_ip_from 10.108.0.0/14 ;
117
117
```
Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ With RealIP module.
113
113
114
114
```nginx
115
115
1. real_ip_header X-Forwarded-For;
116
- 2. set_real_ip_from 10.108.0.0/16 ;
116
+ 2. set_real_ip_from 10.108.0.0/14 ;
117
117
```
Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ With RealIP module.
113
113
114
114
```nginx
115
115
1. real_ip_header X-Forwarded-For;
116
- 2. set_real_ip_from 10.108.0.0/16 ;
116
+ 2. set_real_ip_from 10.108.0.0/14 ;
117
117
```
Original file line number Diff line number Diff line change @@ -114,5 +114,5 @@ With RealIP module.
114
114
115
115
```nginx
116
116
1. real_ip_header X-Forwarded-For;
117
- 2. set_real_ip_from 10.108.0.0/16 ;
117
+ 2. set_real_ip_from 10.108.0.0/14 ;
118
118
```
Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ With RealIP module.
113
113
114
114
```nginx
115
115
1. real_ip_header X-Forwarded-For;
116
- 2. set_real_ip_from 10.108.0.0/16 ;
116
+ 2. set_real_ip_from 10.108.0.0/14 ;
117
117
```
Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ With RealIP module.
113
113
114
114
```nginx
115
115
1. real_ip_header X-Forwarded-For;
116
- 2. set_real_ip_from 10.108.0.0/16 ;
116
+ 2. set_real_ip_from 10.108.0.0/14 ;
117
117
```
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ La suite de ce guide vous propose quelques bonnes pratiques de configuration pou
100
100
1. # Trust X-Forwarded-For headers from the OVHcloud Load Balancer
101
101
2. # See https://www.ovh.com/manager/sunrise/iplb/index.html#/iplb for an up to date list
102
102
3. RemoteIPHeader X-Forwarded-For
103
- 4. RemoteIPInternalProxy 10.108.0.0/16
103
+ 4. RemoteIPInternalProxy 10.108.0.0/14
104
104
```
105
105
106
106
- Remplacez les variables ` %h ` par ` %a ` dans les directives ` LogFormat ` de la configuration Apache
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ La suite de ce guide vous propose quelques bonnes pratiques de configuration pou
100
100
1. # Trust X-Forwarded-For headers from the OVHcloud Load Balancer
101
101
2. # See https://www.ovh.com/manager/sunrise/iplb/index.html#/iplb for an up to date list
102
102
3. RemoteIPHeader X-Forwarded-For
103
- 4. RemoteIPInternalProxy 10.108.0.0/16
103
+ 4. RemoteIPInternalProxy 10.108.0.0/14
104
104
```
105
105
106
106
- Remplacez les variables ` %h ` par ` %a ` dans les directives ` LogFormat ` de la configuration Apache
You can’t perform that action at this time.
0 commit comments