newsletter-templates/README.md

614 B

newsletter-templates

this is the repository for the La Escocesa newsletter templates repository.

As for 2023 the running system is an installation of ListMonk managed by Hangar tech.

list of templates

configuring assets

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

add this to your apache config

    ProxyPass /assets !
    Alias /assets "/var/www/laescocesa-assets"