Go to file
jorge ce71eee19e updated readme 2023-07-13 10:15:08 +02:00
laescocesa-assets renamed the assets path 2023-07-13 10:11:35 +02:00
newsletter-laescocesa-img first template for the newsletter of 2023 2023-07-11 17:04:50 +02:00
.gitignore modified gitignore 2023-07-13 10:12:16 +02:00
LICENSE Initial commit 2023-07-11 16:59:37 +02:00
README.md updated readme 2023-07-13 10:15:08 +02:00
newsletter-laescocesa-template-v01.html adding assets to listmonk 2023-07-13 10:01:08 +02:00

README.md

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.

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"