Skip to content
Snippets Groups Projects

nginx.conf depends on nginx.conf.example

1 unresolved thread

Updating nginx.conf.example (in source control) should cause nginx.conf to be regenerated.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
282 282
283 283 nginx-setup: nginx/conf/nginx.conf nginx/logs nginx/tmp
284 284
285 nginx/conf/nginx.conf:
285 nginx/conf/nginx.conf: nginx/conf/nginx.conf.example
  • @nick.thomas this is actually something we avoid on purpose.

    The thing is, like this, people's config changes get overwritten by make when they update GDK. Instead of these direct dependencies we list config files in the clean-config task to that they get regenerated during gdk reconfigure.

    @grzesiek I am not crazy, this is how it works isn't it?

  • Author Maintainer

    Heh. It caught me out while debugging another issue. If it's intentional, no problem!

  • Changes to configs being overwritten when running gdk reconfigure is not ideal situation, but I suppose this is best what we can do currently, right?

  • Please register or sign in to reply
  • mentioned in merge request !288 (merged)

  • Please register or sign in to reply
    Loading