You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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?
The text was updated successfully, but these errors were encountered: