Keywords: WordPress + NGINX + SSL - AWS - How to - Application configuration
Description:
I am hoping that I missed this some where in the forums or on the github repo but I am unable to find clear information on proper configurations for setting custom pathing for https://github.com/bitnami/bitnami-docker-wordpress-nginx
First of all thank you for your time and second I have everything running pretty smooth in AWS ECS Fargate Networking Only configurations.
I have EFS file system mount for the wp-content folder and it is running very fast and the Wordpress install is very large.
What I would like to do is have
EFS Mount 1: /bitnami/wordpress/wp-content
EFS Mount 2: /bitnami/wordpress/wp-content/uploads
I have tried mulitpule ways in the Dockerfile but I seem to be missing something and I feel it is because of the symbolic linking of the /opt/bitnami/wordpress/wp-content configuration that is set on default.
How can I configure this for the seperation of the two?
Thank you for your time.