Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx cache.conf file overwritten by play-fullstack.yml #13

Open
RamJett opened this issue Oct 23, 2015 · 2 comments
Open

nginx cache.conf file overwritten by play-fullstack.yml #13

RamJett opened this issue Oct 23, 2015 · 2 comments
Labels

Comments

@RamJett
Copy link
Contributor

RamJett commented Oct 23, 2015

files/etc/nginx/cache.conf is a dynamic file that is recreated on ever new site. Running the full play-fullstack.yml fails if you have live sites because of the references to the fastcgi_cache zone that get added to this file.

Not sure is we should split this file to cache_common.conf and cache.conf.

Needs looked into so we can run full play-fullstack.yml playbook without breaking the system.

@RamJett RamJett added the bug label Oct 23, 2015
@boreal321
Copy link
Contributor

We can configure the command to only copy the cache.conf file if it doesn't exist. The force option set to know will do this.

@boreal321
Copy link
Contributor

odd, it seems that's what I intended from the start:

  • name: copy nginx cache config only during initial install

but the force=no is missing. I've added it now. 01d7d4a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants