Hemos movido los objetos (como imágenes y otros) a AWS S3. Han sido geniales.
Ahora queremos acelerar un poco más el sitio. ¿Cómo debería agregar AWS CloudFront como DISCOURSE_CDN?
Intenté configurarlo yo mismo. Funciona cuando uso el foro-cdn. Pero tan pronto como pongo la URL en el discourse_cdn, el sitio se vuelve inutilizable y todas las imágenes tienen múltiples redirecciones y dejan de funcionar.
Lilly
(Lillian Louis)
24 Noviembre, 2024 23:08
2
¿Has revisado la documentación aquí:
So you’d like to use a CDN to speed up worldwide access to common assets on your Discourse forum? You might want to go all-in and Set up file and image uploads to S3 (see also Configure an S3 compatible object storage provider for uploads ).
If you want a CDN without the added complexity of S3 and having two CDNs, this is the guide for you. The CDN will reduce some load on your server by letting the CDN serve those assets so that the server doesn’t have to. It also can speed things up by deliver…
también
Hello All. I recently got my Discourse installation setup using AWS CloudFront (CF) for full site acceleration - and SSL offloading using AWS certs in CF. Note that this installation deviates from the official guide regarding CDN and SSL configuration - so that might be controversial and lead to future supportability issues. So be forewarned… there be dragons here. I am sharing the configuration that worked for me here:
Setup discourse to listen on port 80 only and disable Let’s Encrypt by co…
1 me gusta
¡Sí! Usé este como la forma de configurar.
So you’d like to use a CDN to speed up worldwide access to common assets on your Discourse forum? You might want to go all-in and Set up file and image uploads to S3 (see also Configure an S3 compatible object storage provider for uploads ).
If you want a CDN without the added complexity of S3 and having two CDNs, this is the guide for you. The CDN will reduce some load on your server by letting the CDN serve those assets so that the server doesn’t have to. It also can speed things up by deliver…
Pero la segunda publicación contiene algo que no estoy seguro si es la configuración oficial. Y la publicación es de 2021.
No configures "DISCOURSE_CDN_URL"
Lilly
(Lillian Louis)
24 Noviembre, 2024 23:17
4
Todo lo que necesitas debería estar aquí, empezando por este tema
This topic covers how to configure some common S3 compatible Object Storage providers (S3 clones). See Set up file and image uploads to S3 for more details about Amazon AWS S3 configuration, which is officially supported and used internally by Discourse for our hosting services.
Provider
Service Name
Works with Discourse?
Amazon AWS
S3
Yes
Digital Ocean
Spaces
Yes
Linode
Object Storage
Yes
Google Cloud
Storage
Yes
Scaleway
Object Storage
Yes
Vultr
Obj…
Ya he hecho esto. La imagen de nuestro sitio está en AWS S3 con CloudFront. Estoy intentando almacenar en caché más elementos, como la imagen del avatar del usuario, en lugar de acceder al servidor.
2 Me gusta
DISCOURSE_S3_CDN es para el S3 CDN.
DISCOURSE_CDN es para el CDN de la aplicación.
2 Me gusta
Entiendo esta parte. Estoy intentando añadir un CDN de aplicación completa para el sitio. Por lo tanto, me gustaría utilizar DISCOURSE_CDN.