Open
Description
Hi,
It seems that when using nginx in via config, the user of nginx server is "daemon" instead of "www-data".
As a consequency, when using the correct permissions on Drupal folders, all css and js files are returning a 403 error from nginx.
The only way to fix it that I found is to add this in services config:
appserver_nginx:
build_as_root:
- sed -i "s/daemon/www-data/" /opt/bitnami/scripts/nginx-env.sh
Even adding a custom server.conf with config/config/server didn't work.