We do not have any windows setup videos. For windows you can download Nginx binary and execute the nginx.exe file. All the configuration for window is similar to Linux.
while installing this part on nginx "curl localhost" and getting a msg like this curl: (7) Failed to connect to localhost port 80: Connection refused... What to do???? "etc/nginx/sites-enabled/letsencrypt" failed (21: Is a directory) How to solve this??? Help Help Help configuration file /etc/nginx/nginx.conf test failed.
how would I set something like this up, if I wanted to route traffic through a reverse proxy server to a Virtual Private network? The port number would be 2000
If you wants to route all your 80 port traffic to Virtual Private network listing on 2000 port, configuration would be as below. server { listen 80; location / { proxy_pass xx.xx.xx.xx:2000; } }
listen 6969; server_name localhost; location / { root /html; index index.html index.htm; } location /weather { root /weather; index test_index.html; } ==>I have some code lines. But when i put the link: localhost:6969/weather, 404 not found was returned. Why? Please!
The best tutorial I found so far which covers valuable information!
It would be great if you can make a video on ssl setup
extremely helpful introduction to configuring nginx. Thanks very much!
Trust me. Very nicely explained with lots of examples. Keep it up man!! Thanks.
well explained
I am unable to access through ip it is working only with localhost
Excellent video with a lot of usefull information. Thank you
Thank You Peter :)
This is really well explained Amit.
Thank you N P :)
👌
Excellent work.
Thanks Fujin :)
You should make more videos.
good explanation.
Amit.. Can we have any windows setup videos?
We do not have any windows setup videos.
For windows you can download Nginx binary and execute the nginx.exe file. All the configuration for window is similar to Linux.
while installing this part on nginx "curl localhost" and getting a msg like this curl: (7) Failed to connect to localhost port 80: Connection refused... What to do????
"etc/nginx/sites-enabled/letsencrypt" failed (21: Is a directory) How to solve this??? Help Help Help
configuration file /etc/nginx/nginx.conf test failed.
At 7.31 minute of this video,How did type # on it,i cant type #...how did you done it??
good video, thanks
how would I set something like this up, if I wanted to route traffic through a reverse proxy server to a Virtual Private network? The port number would be 2000
If you wants to route all your 80 port traffic to Virtual Private network listing on 2000 port, configuration would be as below.
server {
listen 80;
location / {
proxy_pass xx.xx.xx.xx:2000;
}
}
using elinks is not working for me . Can you help me ??
listen 6969;
server_name localhost;
location / {
root /html;
index index.html index.htm;
}
location /weather {
root /weather;
index test_index.html;
}
==>I have some code lines. But when i put the link: localhost:6969/weather, 404 not found was returned. Why? Please!
Nice video!
Hello.com , tech.com not working, it works only when i enter 127.0.1.1. How to solve it.
Same here
you have to add those to your list in local host