newsletter-templates/README.md

17 lines
591 B
Markdown
Raw Normal View History

2023-07-11 16:59:37 +02:00
# newsletter-templates
2023-07-12 08:55:48 +02:00
this is the repository for the La Escocesa newsletter templates repository.
As for 2023 the running system is an installation of [ListMonk](https://listmonk.app/) managed by [Hangar](https://hangar.org) tech.
2023-07-13 10:01:08 +02:00
## configuring assets
2023-07-13 10:15:08 +02:00
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
2023-07-13 10:01:08 +02:00
```
ProxyPass /assets !
Alias /assets "/var/www/laescocesa-assets"
```