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

Unknown directive "ts" #44

Open
akyker20 opened this issue Jul 28, 2019 · 1 comment
Open

Unknown directive "ts" #44

akyker20 opened this issue Jul 28, 2019 · 1 comment

Comments

@akyker20
Copy link

akyker20 commented Jul 28, 2019

I have installed Nginx 1.14 on Ubuntu 18.04.

I cloned this module onto the machine.

I ran sudo ./configure --add-module=<my path to cloned module>

I ran sudo make

Then I ran sudo make install

Then I updated /etc/nginx/nginx.conf to have the example nginx.conf found in ReadMe.

When I try to reload my nginx, I get:

I am getting: Unknown directive ts in /etc/nginx/nginx.conf

I have never added a module to Nginx. What am I doing wrong?

@ghost
Copy link

ghost commented Aug 24, 2019

I'm pretty sure that means the nginx configure script didn't pick up on Arut's module. Check it's output for "+ ngx_http_ts_module was configured". If it's not there, make sure --add-module points to a valid directory (the one containing config, src, README, etc).

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

1 participant