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

nginxconfig.pp - file created causes nginx to fail starting up #1

Open
Amnesthesia opened this issue Nov 6, 2014 · 2 comments
Open

Comments

@Amnesthesia
Copy link

The lack of semicolons after location_custom_cfg_append in nginxconfig.pp causes the nginx configuration file generated to cause an error when nginx is starting up :(

Manually editing the configuration file to add those semicolons solved the problem for me -- perhaps this is a problem that should be fixed in the the nginx module though, just thought I'd alert you about it.

@mwalsher
Copy link

mwalsher commented Nov 7, 2014

Thanks for reporting – I'll investigate/fix this up when I have a spare cycle :)

@Amnesthesia
Copy link
Author

Should probably have opened another issue but ... would it be possible to add into the deversus puppet-rails module to run "rails new projectname" if there's no existing app in the supplied directory path? As of now, using this module with no source code in the provided directory, just yields errors when nginx and puma tries to start up. It would be nice if it could spawn a new rails app if there's none there :)

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

No branches or pull requests

2 participants