-
Notifications
You must be signed in to change notification settings - Fork 41
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
Strict nginx config validation doesn't allow to generate virtual hosts #25
Comments
Not sure I understand, are the config files in |
I try to use nixy directly for virtual hosts config generation so the validation fails. My
|
I see, and I can see that it can be an issue for these kind of use-cases. I will look into it once I got some time! |
Sorry for the delay, but you can check this commit: 4935f5f Its non-breaking and if it looks OK it should not be a problem to push a new release. |
Looks good. Thanks! |
Added to latest release as well now! 👍 |
@martensson I see that you strictly validate nginx config here. The problem is that it is impossible to use nixy for virtual host generation with this approach. Any validation fails with upstream configuration from
/etc/nginx/sites-enabled/...
. Can you make validation optional for this case?The text was updated successfully, but these errors were encountered: