What's new

Tutorial Install NGINX on your windows

arsenal1205

Intel® Xeon® Gold
Contributor
Joined
Mar 13, 2018
Posts
35,158
Solutions
330
Reaction
129,229
Points
22,167
I made this thread dahil medyo bored ako hehe at least may bagong kaalaman ako at kayo rin! Ishare ko sa inyo kung paanong mag install ng NGINX sa windows pc or laptop, (puede rin sa VPS na Windows Server) ninyo.

ABOUT NGINX. Ano ang NGINX? Intro muna tayo... Engine X pala ang pronounciation ng NGINX.
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by You do not have permission to view the full content of this post. Log in or register now.. For a long time, it has been running on many heavily loaded Russian sites including You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., and You do not have permission to view the full content of this post. Log in or register now.. According to Netcraft, nginx served or proxied You do not have permission to view the full content of this post. Log in or register now.. Here are some of the success stories: You do not have permission to view the full content of this post. Log in or register now., Netflix, You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..

The sources and documentation are distributed under the You do not have permission to view the full content of this post. Log in or register now..

Commercial support is available from You do not have permission to view the full content of this post. Log in or register now.

Basic HTTP server features​





Other HTTP server features​





Mail proxy server features​



  • User redirection to You do not have permission to view the full content of this post. Log in or register now. or You do not have permission to view the full content of this post. Log in or register now. server using an external HTTP You do not have permission to view the full content of this post. Log in or register now. server;
  • User authentication using an external HTTP You do not have permission to view the full content of this post. Log in or register now. server and connection redirection to an internal You do not have permission to view the full content of this post. Log in or register now. server;
  • Authentication methods:
    • You do not have permission to view the full content of this post. Log in or register now.: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
    • You do not have permission to view the full content of this post. Log in or register now.: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
    • You do not have permission to view the full content of this post. Log in or register now.: AUTH LOGIN/PLAIN/CRAM-MD5;
  • You do not have permission to view the full content of this post. Log in or register now. support;
  • You do not have permission to view the full content of this post. Log in or register now. support.


TCP/UDP proxy server features​





Architecture and scalability​



  • One master and several worker processes; worker processes run under an unprivileged user;
  • You do not have permission to view the full content of this post. Log in or register now.;
  • You do not have permission to view the full content of this post. Log in or register now. and You do not have permission to view the full content of this post. Log in or register now. without interruption of the client servicing;
  • You do not have permission to view the full content of this post. Log in or register now. for kqueue (FreeBSD 4.1+), epoll (Linux 2.6+), /dev/poll (Solaris 7 11/99+), event ports (Solaris 10), select, and poll;
  • The support of the various kqueue features including EV_CLEAR, EV_DISABLE (to temporarily disable events), NOTE_LOWAT, EV_EOF, number of available data, error codes;
  • The support of various epoll features including EPOLLRDHUP (Linux 2.6.17+, glibc 2.8+) and EPOLLEXCLUSIVE (Linux 4.5+, glibc 2.24+);
  • sendfile (FreeBSD 3.1+, Linux 2.2+, macOS 10.5+), sendfile64 (Linux 2.4.21+), and sendfilev (Solaris 8 7/01+) support;
  • You do not have permission to view the full content of this post. Log in or register now. (FreeBSD 4.3+, Linux 2.6.22+);
  • You do not have permission to view the full content of this post. Log in or register now. (FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, macOS);
  • Accept-filters (FreeBSD 4.1+, NetBSD 5.0+) and TCP_DEFER_ACCEPT (Linux 2.4+) You do not have permission to view the full content of this post. Log in or register now.;
  • 10,000 inactive HTTP keep-alive connections take about 2.5M memory;
  • Data copy operations are kept to a minimum.


Tested OS and platforms​



  • FreeBSD 3 — 12 / i386; FreeBSD 5 — 12 / amd64; FreeBSD 11 / ppc; FreeBSD 12 / ppc64;
  • Linux 2.2 — 4 / i386; Linux 2.6 — 5 / amd64; Linux 3 — 4 / armv6l, armv7l, aarch64, ppc64le; Linux 4 — 5 / s390x;
  • Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v; Solaris 11 / x86;
  • AIX 7.1 / powerpc;
  • HP-UX 11.31 / ia64;
  • macOS / ppc, i386, x86_64;
  • Windows XP, Windows Server 2003, Windows 7, Windows 10. (SA 11 GAGANA DIN YAN!)

Anong gamit kong pang testing ng NGINX?
Lenovo Think PAD T420
Windows 10 PRO X64

Installation na tayo:
You do not have permission to view the full content of this post. Log in or register now.
 

Attachments

Last edited:
Waaah, salamat po lodi, pinasabog niyo mga brains namin 😅
Sobrang detailed nito lods, solid, nakaka allergic lang pag may mga puro text na, yung walang GUI :ROFLMAO:
Pag may matabing time lods, tututukan namin ito (y)
yun nga eh pero hindi naman sumakit ulo ko nito.. hahah mas ok pa xampp mas madali iset hahah
 
Back
Top