Skip to content

Fix nginx conf not updating automatically

Paul Slaughter requested to merge ps-fix-nginx-not-auto-reconfiguring into master

What does this Merge Request do?

Locally, I ran into some issues because the nginx/conf/nginx.conf wasn't being automatically updated.

What was the cause?

It looks like this is because the relevant support/templates/nginx/conf/nginx.conf.erb wasn't being included in touch-examples. This might be a local problem, but I'm unable to upgrade to bash 4+ at the moment so support/templates/**/*.erb isn't recursive in my environment.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports