I have installed nginx 1.10.0 (ubuntu)
using command:
apt-get install nginx
I have configuration file is there /etc.nginx: but I dont where nginx installed in ubuntu. I searched about nginc installed path, /usr/loacl/nginx But No folder there in that directory.
root@server:/var/www/html# cd /etc/nginx/
root@server:/etc/nginx# ll
total 48
drwxr-xr-x 6 root root 262 Sep 3 10:37 ./
drwxr-xr-x 73 root root 4096 Aug 31 06:38 ../
drwxr-xr-x 2 root root 6 Jun 2 15:09 conf.d/
-rw-r--r-- 1 root root 1077 Apr 26 14:51 fastcgi.conf
-rw-r--r-- 1 root root 1007 Apr 26 14:51 fastcgi_params
-rw-r--r-- 1 root root 2837 Apr 26 14:51 koi-utf
-rw-r--r-- 1 root root 2223 Apr 26 14:51 koi-win
-rw-r--r-- 1 root root 3957 Apr 26 14:51 mime.types
-rw-r--r-- 1 root root 1709 Sep 3 10:37 nginx.conf
-rw-r--r-- 1 root root 180 Apr 26 14:51 proxy_params
-rw-r--r-- 1 root root 636 Apr 26 14:51 scgi_params
drwxr-xr-x 2 root root 21 Sep 3 10:36 sites-available/
drwxr-xr-x 2 root root 21 Aug 27 09:35 sites-enabled/
drwxr-xr-x 2 root root 51 Aug 27 09:35 snippets/
-rw-r--r-- 1 root root 664 Apr 26 14:51 uwsgi_params
-rw-r--r-- 1 root root 3071 Apr 26 14:51 win-utf
I need to install nginx health module to check helath of the upstream nginx.
Suggest me How to install this ...
Edited 1 time(s). Last edit at 09/03/2016 06:45AM by raje@gworks.mobi.