Skip to content
Snippets Groups Projects

nginx.conf depends on nginx.conf.example

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -282,7 +282,7 @@ openssh/ssh_host_rsa_key:
nginx-setup: nginx/conf/nginx.conf nginx/logs nginx/tmp
nginx/conf/nginx.conf:
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?

Please register or sign in to reply
sed -e "s|/home/git|${gitlab_development_root}|" nginx/conf/nginx.conf.example > $@
nginx/logs:
Loading