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?
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 makeThen I ran
sudo make installThen 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?