Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
Installing NGINX on Windows
Home
>
NGINX
>
Installing NGINX on Windows
asked
Sep 5, 2019
in
NGINX
by
Robin
Q:
Installing NGINX on Windows
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
Answer
1
Answer
0
votes
answered
Sep 5, 2019
by
john ganales
Installing NGINX on Windows
Nginx comes with pre-compiled binaries for windows which make it extremely easy to get started. If it did not come pre-compiled, we would need to have a compiler installed on our computer with a full environment. Fortunately, this is not the case.
To download the latest version of Nginx for Windows, use the following link:
https://nginx.org/en/download.html
Once the downloading is done, we can extract it from any of our folders. Here, I am using the c:\nginx-1.17.0 directory.
Important locations:
Confis in -> c:\nginx-1.17.0\conf\
Default config -> c:\ nginx-1.17.0\conf\nginx.conf
Logs will be in -> c:\ nginx-1.17.0\logs
Default webroot is -> c:\ nginx-1.17.0\html\
Default listen address -> http://localhost
Verify Nginx Windows Installation
To make sure that the Nginx is working properly, or installed successfully, open the command prompt on windows and then type the following, make sure that you update the environment path if you have installed in another folder.
C:\nginx\nginx.exe
Installing NGINX on Windows
We should be able to go to http://localhost, and we should see the "Welcome to Nginx" default page. If we see that page, then we can be sure that Nginx has been installed properly.
Installing NGINX on Windows
To operate for nginx, use the following command:
Command
Description
nginx -s stop
fast shutdown
nginx -s quit
graceful shutdown
nginx -s reload
changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen
reopening log files
Click here to read more about Loan/Mortgage
Click here to read more about Insurance
Many hands make light work, Share it here
Facebook
Twitter
LinkedIn
Reddit
Related questions
0
votes
Q: Installing NGINX on Mac
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: Installing NGINX on Redhat/CentOS
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: Installing NGINX on Debian/Ubuntu
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX UDP Health Checks
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX TCP Health Checks
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Purging Content from the Cache
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX TCP and UDP Load Balancing
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Serving Static Content
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Processing Requests
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Load Balancing
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Content Caching
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: Nginx Security Controls
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Reverse Proxy
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Minimal Configuration
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Dynamic Modules
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Compression and Decompression
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX http Health Checks?
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Directive and Context
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Variables
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Directives
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX HTTP Load Balancing
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: Starting and Restarting NGINX
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: What is Nginx Plus?
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: NGINX Verify the Installation
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: Difference between Apache and NGINX
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: What is NGINX?
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: Nginx Tutorial
asked
Sep 5, 2019
in
NGINX
by
Robin
nginx
nginx-introduction
nginx-tutorial
nginx-vs-apache
nginx-directives
nginx-variable
installing-nginx
security-control
load-balancing
content-cache
dynamic-module
reverse-proxy
processing-request
http-health-and-checks
0
votes
Q: What is the use of sub_status directives in Nginx?
asked
Oct 25, 2019
in
NGINX
by
rajeshsharma
nginx-directives
0
votes
Q: What is the use sub_filter directives in Nginx?
asked
Oct 25, 2019
in
NGINX
by
rajeshsharma
nginx-directives
0
votes
Q: Nginx supports __________ through round robin algorithm.
asked
Feb 3, 2020
in
NGINX
by
Tate
nginx
#nginx
...