You are on page 1of 1

Nginx can be started using _____________.

- service nginx start


You can ask Nginx to refresh its configuration file using _____________. - reload
It is always recommended to install ___________ version of Nginx. - Development
Which of the following line can be used to install Nginx? - app-get install nginx
For smooth shutdown of Nginx, you must use _____________. quit
Each resource has its own _____________. - URi
The event-polling nature of Nginx can be dealt with using _____________.events
worker_connections is a directive contained within ___________. - events

In nginx.conf, a block of lines defined within a pair of curly braces is called


_____________. context

World's first web server 1990s


Nginx supports __________ through round robin algorithm. - Load Balancing
Nginx was introduced in the year _________. 1999
A server block may contain _________ location block. only one(incorrect)
___________ was introduced in the year 1995. - apache http
IBM Websphere was introduced in the year __________. 1998
How many default servers can you configure? capacity(incorrect)
Nginx supports __________ through SCGI protocol. Reverse proxy
127.0.0.1 is an IP address of _____________. local host

You might also like