bitnami / vms

Bitnami VMs
https://bitnami.com
Other
203 stars 43 forks source link

Bitnami package for WordPress with NGINX and SSL - FastCGI cache / Varnish #1374

Closed Barnabas2 closed 7 months ago

Barnabas2 commented 7 months ago

Describe your issue as much as you can

Hello,

I’m using the Bitnami Nginx image for wordpress on MS Azure and I’ wondering, is it already configured the NGINX FastCGI cache or do I need to take a manual action to enable it?

Could you please also advise whether installing varnish on ngninx is a good idea or not?

Thank you

jotamartos commented 7 months ago

I’m using the Bitnami Nginx image for wordpress on MS Azure and I’ wondering, is it already configured the NGINX FastCGI cache or do I need to take a manual action to enable it?

You will need to configure it. The NGINX conf file is at /opt/bitnami/nginx/conf/nginx.conf and the WordPress-related conf files are inside the /opt/bitnami/nginx/conf/server_blocks directory.

Could you please also advise whether installing varnish on ngninx is a good idea or not?

That depends on your needs. Please note that Varnish is a cache server that works well in many scenarios but you can also run into issues with some plugins/extensions. You can give it a try but take this into account if something doesn't work as expected.

Barnabas2 commented 7 months ago

Thank you. Is there an official bitnami documentation to enable FastCGI or is there one other you can please recommend?

jotamartos commented 7 months ago

No, we do not have any specific guide about this in https://docs.bitnami.com but you will probably find many online.

Barnabas2 commented 7 months ago

Thank you.