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

invalid number of arguments in "brotli_static" directive #5

Closed
GuillaumeRossolini opened this issue Oct 14, 2015 · 2 comments
Closed

Comments

@GuillaumeRossolini
Copy link

Hi,

I just built rev-557486 as a module on an nginx-1.8.0, then added the following line inside a server context (ssl):

brotli_static on

nginx stop then nginx start gives me the following:

nginx: [emerg] invalid number of arguments in "brotli_static" directive in ...

What am I doing wrong?
Thanks,

@PiotrSikora
Copy link
Contributor

Hi,
assuming that you pasted whole line, you're missing semicolon at the end, it should be:

brotli_static on;

@GuillaumeRossolini
Copy link
Author

No????
Yes...
Thanks, it works. Sorry for the bother.

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