> For the complete documentation index, see [llms.txt](https://docs.tpi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tpi.dev/guide/system-configs/static-webpage-reverse-proxy.md).

# Static Webpage Reverse Proxy

<mark style="color:green;">**Path: System Configs >Static Webpage Reverse Proxy**</mark>

Static web reverse agent is an intermediary service used to process static web resources, providing features such as requested distribution, load balancing, caching, and security to improve site performance and provide a better user experience.

![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/G1rboAKS78Uz0SvBADKR/0.png)

### Create Static Webpage Reverse Proxy <a href="#toc169186213" id="toc169186213"></a>

1. Click **Create** to access the creation page.

<figure><img src="https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/lGQRbMTpcRJm9feymjqD/1.png" alt=""><figcaption></figcaption></figure>

2. Fill in the data or make selections as instructed below. The fields marked with “<mark style="color:red;">\*</mark>” are required.

* **Website Name**<mark style="color:red;">\*</mark>**:** An identifiable name.
* **Status**<mark style="color:red;">\*</mark>**:** Enable and disable the static web page reverse agent.
* **Enable Item:** Multiple selections allowed, including **Auth** / **SQL Injection** / **TPS** / **XSS** / **XXE** / **Show Log**.
* **Probability**<mark style="color:red;">\*</mark>**:**&#x46;or HA (High Availability), requests will be routed to the specified URL based on the given probability.
* **Target URL**<mark style="color:red;">\*</mark>**:**&#x53;pecify the URL of the website.
* **TPS/Node (0 = No limit)**<mark style="color:red;">\*</mark>**:** The number of transactions each node can process per second.
* **Ignore API:** Excluded API.
* **Target Context Path:** The web context path.
* **Remark:** The description of this site.

![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/y6oFN2xW8IDf1gxRcaqE/2.png)

3. Created sites can be proxied by digiRunner, with the web address being https\://{{digiRunner URL}}/website/customized name/.

### Search Static Webpage Reverse Proxy <a href="#hlk148719645" id="hlk148719645"></a>

Search for a static webpage reverse proxy by entering keywords.

<figure><img src="https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/6wLSHxXDcFibjEnKER8o/3.png" alt=""><figcaption></figcaption></figure>

### View Static Webpage Reverse Proxy

Search for the static web page reverse agent to view details, and click on the![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/APZwucuLupdIDr9CiQBX/4.png)icon to access the **Details** page.

![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/Fcfjw7CA038EhqKlBr26/5.png)

![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/oY3GL0o1GAi5QkNlarnv/6.png)

### Update Static Webpage Reverse Proxy <a href="#toc169186216" id="toc169186216"></a>

1. Search for the static web page reverse agent to modify, and click on the ![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/VmteKbGYY3lzqeMZ6nMq/7.png) icon to access the update page.

<figure><img src="https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/nHFOUgOqA2xQVEPzmEUV/8.png" alt=""><figcaption></figcaption></figure>

2. Modify the information, and click **Update** to save and exit.

<figure><img src="https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/Z5T1kqbFqw9qMPTHKzts/9.png" alt=""><figcaption></figcaption></figure>

### Delete Static Webpage Reverse Proxy

1. Search for the file to delete, and click on the ![](https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/NKKnHIvifCXgH6WaLGJg/10.png) icon to proceed.

<figure><img src="https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/Ewems7Sp4Ysxm4KIvFM3/11.png" alt=""><figcaption></figcaption></figure>

2. A warning prompt displaying the message “**Confirm Delete?**” will pop up. Click **Confirm** to delete the Static Webpage Reverse Proxy and exit.

<div align="left"><figure><img src="https://content.gitbook.com/content/0choIC1BbdPOkKWOYGgk/blobs/HY4gwdzTooXyscKtpAOK/12.png" alt="" width="493"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tpi.dev/guide/system-configs/static-webpage-reverse-proxy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
