-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Unable to include module's #1112
Comments
Hi, |
@Danielpo Thanks alot. Also is there a way to include custom log format in nginx.conf ? |
@iyappan-dcis yes, custom logs can be setup. Docs could be better, but basically it's a hash with the format name as the key and the format as the value. There's an example in |
@wyardley Thanks for your time. I will check this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
How do I include module nginx-module-geoip in nginx configuration
What behaviour did you expect instead
I want the below line to be included in nginx.conf
load_module modules/ngx_http_geoip_module.so;
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: