The difference between your video and others, is your video shows how it is done in the industry while the others just explain the theory and show how nginx works. Thank you for your help. Great Video.
In this tutorial you are serving static page what if i had a express server with backend how can i deploy multiple express apps?. A reply would be helpful
The approach is the same. I have already created a video on this topic. Just create the required proxy entries within each virtual host. Please check the video below. ruclips.net/video/Vmb-B9Q_6V4/видео.htmlsi=FsVM_nJghPcu3HIC
Super explanation sir! Can you also add two more things to this subject, two apps on two simple flask apps, and with different local ip or different ports
It is already there. Please check my other videos. The topic is how to host multiple APIs behind a single nginx. Please subscribe to this channel for my future videos.
@@karimmourice244 - You can create virtual host with document root as the subdirectory. It will open the subdirectory directly instead of opening the landing page.
sweet tutorial, i used google vm, ubuntu and nginx, domain is on namecheap, everything goes good till i make a SSL certificate with certbot, i opened the 443 port on vm, but somehow the site doesnt connect. could you help me with that. thanks
Is the certificate generation successful. Are there any errors in the nginx logs. Check whether the nginx is set to listen request from all sources instead of just localhost.
@@coderinbootsyes, no error in the error.log. How i can do or check this: "Check whether the nginx is set to listen request from all sources instead of just localhost."
@@coderinboots yes, no error.log is empty. the default server is working, my custom was working before implemented the SSL certificate, my domain is in namecheap. how can i check or do this: Check whether the nginx is set to listen request from all sources instead of just localhost.
Yes, and the error.log is empty, default site is working without SSL, and custom was working till i made the SSL. i got my domain on namecheap. How can i do or heck this: Check whether the nginx is set to listen request from all sources instead of just localhost
Hello, I have searched and searched RUclips for a tutorial on how to host multiple websites, some BIG youtubers has content about how it is done but your content is perfect, I love it. Can you do a tutorial on Ansible??
I have uploaded the video with this content. Please watch it. One more video will get published tomorrow that explains the automatic allow/deny rule configuration using fail2ban.
Thank you for the feedback. Glad that the content is useful. Considering the RAM and cores in your server, you can directly run the app on the server and expose the endpoints through nginx proxies and virtual hosts. Let me know if you want more details on this.
site A and site B pointing to same ip what does this means ?? can u explain this . is it like if only from thoes ip if site A hit then only content will be served ???
@@PiyushGhosh-l4k when you use nginx as a virtual host, you are basically telling nginx to route the requests that are received by it to the corresponding sites based on the domain name. Also, yeah since the request are received by nginx only single IP is used
Yes. It will work. In the nginx config, there is a line that considers any files present inside site-available and conf.d. We can configure any custom directory also for placing the configuration file
@@coderinboots thanks for your reply. do you have any video or documentation for how add GoDaddy SSL certificate in same configuration file. and also looking for path based routing
Very usefull, just what i need.
Happy to hear that my video is helpful. Subscribe to this channel for more interesting and useful videos.
The difference between your video and others, is your video shows how it is done in the industry while the others just explain the theory and show how nginx works.
Thank you for your help. Great Video.
You did a hell of a job explaining this. Good work
I was struggling for days, Until I reach out to this video for enlightenment, thanks Sir!
Very well explained. It is very useful for beginners...
Amazing, i really like these kind of explanations, that's what my secret to remain in the tech industry. Thank You 😊
It was totally understandable video thank you for helping us all
Very useful. Short and sweet. Thanks
Thank you for the feedback. Please subscribe this channel for more videos.
Best clean tutorial with complete steps.
Thank you very much. You helped me understand how to proceed.
In this tutorial you are serving static page what if i had a express server with backend how can i deploy multiple express apps?. A reply would be helpful
The approach is the same. I have already created a video on this topic. Just create the required proxy entries within each virtual host. Please check the video below.
ruclips.net/video/Vmb-B9Q_6V4/видео.htmlsi=FsVM_nJghPcu3HIC
Super explanation sir! Can you also add two more things to this subject, two apps on two simple flask apps, and with different local ip or different ports
It is already there. Please check my other videos. The topic is how to host multiple APIs behind a single nginx. Please subscribe to this channel for my future videos.
Oh great! I thought they were two APIs on same endpoint/app but let me recheck now. Thanks so much!
very useful. Good work!😍
Thank you
this was very helpful. Thank you
Just Amazing, Loved it 😍👌👌
Thank you! Cheers!
very detailed video thank you so much
Glad it was helpful!
very good , I think you should make more on devops real time world
Fascinating tutorial. Thank you loads
Thank you for the feedback. Glad that the video is useful.
Top video about this topic!
nice video whats the app called with 2 computers you are tying the code in how do you get that ?
It is putty.
Bro, This is liquid gold.
host a multiple docker containers in nginx ,here nginx is a reverse proxy .could you please make a vidoe?
Could you please elaborate on the topic in detail.
awesome turorial, thanks for your great work
Can you deploy the nextjs application using Jenkins in nginx server
Yes it is possible.
Very Good Tutorial
Great video explanation!! If you can get a better microphone I bet your videos will get a lot more views
Thank you for the feedback. I will get a better microphone and improve the quality.
hello, I want to ask does it works with Multisite sub-directories?
If you are referring to subdomains, yes. If not kindly elaborate the question.
I mean does it work for WordPress Multisite sub-directories not sub-domains
@@karimmourice244 - You can create virtual host with document root as the subdirectory. It will open the subdirectory directly instead of opening the landing page.
thanks but do you have the script because i'm not from a technical background
@@coderinboots
sweet tutorial, i used google vm, ubuntu and nginx, domain is on namecheap, everything goes good till i make a SSL certificate with certbot, i opened the 443 port on vm, but somehow the site doesnt connect. could you help me with that. thanks
Is the certificate generation successful. Are there any errors in the nginx logs. Check whether the nginx is set to listen request from all sources instead of just localhost.
@@coderinbootsyes, no error in the error.log. How i can do or check this: "Check whether the nginx is set to listen request from all sources instead of just localhost."
@@coderinboots yes, no error.log is empty. the default server is working, my custom was working before implemented the SSL certificate, my domain is in namecheap.
how can i check or do this: Check whether the nginx is set to listen request from all sources instead of just localhost.
Yes, and the error.log is empty, default site is working without SSL, and custom was working till i made the SSL.
i got my domain on namecheap.
How can i do or heck this: Check whether the nginx is set to listen request from all sources instead of just localhost
Thank you! This helped me a lot.
Hello, I have searched and searched RUclips for a tutorial on how to host multiple websites, some BIG youtubers has content about how it is done but your content is perfect, I love it. Can you do a tutorial on Ansible??
Sure. I will plan this in my upcoming topics
Very good tutorial
Glad you liked it
This video is very help full for me.
Excellent! Thank you
site A and site B pointing to same ip what does this means ?? can u explain this
can u make more videos on nginx .... like allowing certiain ips and denying certain ip and more of complex thing !!! thanks for great video
Sure, I will create more videos on Nginx. I will create the content for IP address based access control and publish it soon.
I have uploaded the video with this content. Please watch it. One more video will get published tomorrow that explains the automatic allow/deny rule configuration using fail2ban.
Brother perfect explanation.. can you help on adding WordPress and also docker setup ..
I will prepare a video on the deployment of wordpress on a linux machine. Please let me know the docker set up that you are looking for.
Awesome vid thank you
Brother, loved your video... no one creates well described videos like this nowadays and finding guys like you is rare
Thank you for the feedback. Glad that the content is useful. Considering the RAM and cores in your server, you can directly run the app on the server and expose the endpoints through nginx proxies and virtual hosts. Let me know if you want more details on this.
@@coderinboots Thanks a ton buddy
@@lucifer3646 - I am on Instagram. You can also reach out to me via email also. coderinboots@gmail.com
site A and site B pointing to same ip what does this means ?? can u explain this . is it like if only from thoes ip if site A hit then only content will be served ???
@@PiyushGhosh-l4k when you use nginx as a virtual host, you are basically telling nginx to route the requests that are received by it to the corresponding sites based on the domain name. Also, yeah since the request are received by nginx only single IP is used
It was awesome, But please need the video for the renewal part through the cron job.
I will add the video of cert renewal using cronjob soon.
certbot -q renew --nginx
Add this to the cronjob. The certbot will renew the certificates automatically.
how to achive reverse proxy in nginxaas for azure webapps
There is another video in this channel that explains the reverse proxy. Please watch this video.
ruclips.net/video/hiqJ7zKnOuU/видео.html
Great job!
nice explaination..... but what if we create files in site-available will it work??
Yes. It will work. In the nginx config, there is a line that considers any files present inside site-available and conf.d. We can configure any custom directory also for placing the configuration file
@@coderinboots thanks for your reply. do you have any video or documentation for how add GoDaddy SSL certificate in same configuration file. and also looking for path based routing
is this topic usefull for cyber security students?
A cyber security student should be well aware of the web technologies, web servers, configurations etc. So this will be a useful understanding.
awesome !!
super
Brilliant
Hello, how can I get in contact with you please
Please send an email to coderinboots[AT]gmail[DOT]com
You are a cyber superhero, use your brilliant skills and sexy Indian accent to protect cyber Gotham
I keep getting a 400 error
Can you check the error logs