From ce71eee19efbfb805b731d2826f7dfc097f81964 Mon Sep 17 00:00:00 2001 From: Jorge - hangar Date: Thu, 13 Jul 2023 10:15:08 +0200 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6c0fa..f3a1def 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ As for 2023 the running system is an installation of [ListMonk](https://listmonk ## configuring assets -because the `listmonk` is a go app, it needs a proxypass, in order to serve a different static path we need to do an exclusion of the proxypass ax explained [here](https://stackoverflow.com/a/36102892) +Because the `listmonk` is a go app, it needs a proxypass with apache, in order to serve a different static path we need to do an exclusion of the apache proxypass as explained [here](https://stackoverflow.com/a/36102892) + +add this to your apache config ``` ProxyPass /assets ! Alias /assets "/var/www/laescocesa-assets"