Skip to content

Commit ee1b7ea

Browse files
author
tcpdumpfbacke
committed
Multiple fixes
1 parent 1932a27 commit ee1b7ea

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pages/cloud/load_balancer/create_headers/guide.en-asia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ With RealIP module.
113113
114114
```nginx
115115
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;
117117
```

pages/cloud/load_balancer/create_headers/guide.en-au.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ With RealIP module.
113113
114114
```nginx
115115
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;
117117
```

pages/cloud/load_balancer/create_headers/guide.en-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ With RealIP module.
113113
114114
```nginx
115115
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;
117117
```

pages/cloud/load_balancer/create_headers/guide.en-gb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ With RealIP module.
114114
115115
```nginx
116116
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;
118118
```

pages/cloud/load_balancer/create_headers/guide.en-sg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ With RealIP module.
113113
114114
```nginx
115115
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;
117117
```

pages/cloud/load_balancer/create_headers/guide.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ With RealIP module.
113113
114114
```nginx
115115
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;
117117
```

pages/cloud/load_balancer/create_headers/guide.fr-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ La suite de ce guide vous propose quelques bonnes pratiques de configuration pou
100100
1. # Trust X-Forwarded-For headers from the OVHcloud Load Balancer
101101
2. # See https://www.ovh.com/manager/sunrise/iplb/index.html#/iplb for an up to date list
102102
3. RemoteIPHeader X-Forwarded-For
103-
4. RemoteIPInternalProxy 10.108.0.0/16
103+
4. RemoteIPInternalProxy 10.108.0.0/14
104104
```
105105

106106
- Remplacez les variables `%h` par `%a` dans les directives `LogFormat` de la configuration Apache

pages/cloud/load_balancer/create_headers/guide.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ La suite de ce guide vous propose quelques bonnes pratiques de configuration pou
100100
1. # Trust X-Forwarded-For headers from the OVHcloud Load Balancer
101101
2. # See https://www.ovh.com/manager/sunrise/iplb/index.html#/iplb for an up to date list
102102
3. RemoteIPHeader X-Forwarded-For
103-
4. RemoteIPInternalProxy 10.108.0.0/16
103+
4. RemoteIPInternalProxy 10.108.0.0/14
104104
```
105105

106106
- Remplacez les variables `%h` par `%a` dans les directives `LogFormat` de la configuration Apache

0 commit comments

Comments
 (0)