mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
remove incorrect module mentions (#687)
mod_proxy_html is for modifying html content in response bodies. The example configs are using mod_proxy_http. https://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html vs https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html And anyway mod_proxy + mod_proxy_http should already be installed on almost all systems. Signed-off-by: msporleder <msporleder@gmail.com>
This commit is contained in:
parent
59f5b07281
commit
7cf6ac5de6
@ -34,27 +34,6 @@ These examples assume that you are using a setup where your nginx configuration
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Dependencies
|
|
||||||
|
|
||||||
Install the following dependencies for proxying HTTP:
|
|
||||||
|
|
||||||
<Tabs>
|
|
||||||
<TabItem value="rpm" label="Red Hat / RPM" default>
|
|
||||||
|
|
||||||
```text
|
|
||||||
dnf -y install mod_proxy_html
|
|
||||||
```
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="deb" label="Debian / Ubuntu / apt">
|
|
||||||
|
|
||||||
```text
|
|
||||||
apt-get install -y libapache2-mod-proxy-html libxml2-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
</Tabs>
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Assuming you are protecting `anubistest.techaro.lol`, you need the following server configuration blocks:
|
Assuming you are protecting `anubistest.techaro.lol`, you need the following server configuration blocks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user