setup/doc/apache-proxy.md

9 lines
168 B
Markdown
Raw Permalink Normal View History

2024-02-22 15:48:24 +01:00
* enable web service proxy modules
```
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo systemctl restart apache2
systemctl status apache2
sudo apachectl configtest
```