How to Install Nginx webserver on Ubuntu




+ Reply to Thread
Results 1 to 4 of 4

Thread: How to Install Nginx webserver on Ubuntu

  1. #1
    The Server Admin is offline Junior Member
    Join Date
    Jul 2010
    Posts
    8
    Feedback Score
    0

    How to Install Nginx webserver on Ubuntu

    Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.


    Install Nginx webserver in Ubuntu

    Code:
    sudo aptitude install nginx
    This will install all the required packages for nginx.
    Start Nginx webserver
    By default nginx will not start automatically so you need to start using the following command
    Code:
    sudo /etc/init.d/nginx start
    Testing nginx webserver
    You need to point your web browser and enter your server ip address
    Code:
    http://serveripaddress
    You should see similar to the following screen.
    Name:  nginx.jpg
Views: 157
Size:  6.0 KB

    Start and Stop nginx webserver
    If you want to start,stop and restart using the following commands
    Code:
    sudo /etc/init.d/nginx start

    Code:
    sudo /etc/init.d/nginx stop

    Code:
    sudo /etc/init.d/nginx restart
    You can check more documentation from here

  2. #2
    roboid21 is offline Junior Member
    Join Date
    Jul 2011
    Posts
    2
    Feedback Score
    0
    trying it now thanks

  3. #3
    lescenko is offline Junior Member
    Join Date
    Apr 2011
    Posts
    1
    Feedback Score
    0
    Great tutorial. Easy to follow

  4. #4
    albeejim is offline Junior Member
    Join Date
    Apr 2011
    Posts
    4
    Feedback Score
    0
    Great tutorial. Easy to follow

+ Reply to Thread

Visitors found this page by searching for:

ubuntu nginx reverse proxy

1

ubuntu install nginx 1.0

nginx 1.0 ubuntu

nginx reverse proxy ubuntu

how to install nginx on ubuntu

nginx ubuntu proxy

nginx admin (Webserver)

how to install nginx server ubuntu

starting nginx server ubuntu

ngnix reverse proxy ubuntu

how to point browser on nginx

how to restart nginx on ubuntu

nginx reverse proxy installation on ubuntu

how to install web server ubuntu

nginx webserver

install nginx reverse proxy on ubuntu

nginx ubuntu thread

how to setup a nginx webserver on ubuntu

setup ubuntu lightweight web server

open source lightweight web server for ubuntu

reverse proxy ubuntu nginx how to

simple ubuntu webserver

ubuntu nginx reverse web proxy

nginx webserver ubuntu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts