You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/version-2.0/apps/trafficserver.md
+13-23Lines changed: 13 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
title: Apache Traffic Server
3
3
slug: /trafficserver
4
4
tags:
5
-
- console
6
-
- other
5
+
- HTTP Caching
6
+
- Reverse Proxy
7
+
- rafficserver
7
8
---
8
9
9
10
import Meta from './_include/trafficserver.md';
@@ -12,32 +13,21 @@ import Meta from './_include/trafficserver.md';
12
13
13
14
## Getting started{#guide}
14
15
15
-
### Initial setup{#wizard}
16
+
### Configuring WordPress Caching with Apache Traffic Server
16
17
17
-
1. When completed installation of Apache Traffic Server at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
18
+
1. Install both WordPress and Apache Traffic Server applications in the Websoft9 console
19
+
> Ensure the domain configured for Apache Traffic Server is the final domain accessible to users
18
20
19
-
2. Complete the install wizard step by step
21
+
2. Edit relevant parameters in the Apache Traffic Server application's `remap.config` file, using the WordPress container name as the connection point
22
+
```
23
+
map / http://wordpress_7l1io/
24
+
```
25
+
3. After rebuilding the Apache Traffic Server application, WordPress is now cached by Apache Traffic Server
20
26
21
-
### Login verification{#verification}
22
-
23
-
1. Completed installation Apache Traffic Server at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
24
-
25
-
2. Starting to verify it
27
+
4. Access the domain name bound to Apache Traffic Server to observe significantly improved access speeds
0 commit comments