From all the videos online, asking AI (gpt4), reading many blogs after 4 days.. You majestically explained exactly why I couldn't get my domains to work.. (Nginx/hosts).. You, my friend, are a superhero. May your good skills and soothing accent bring you much prosperity and luck with the ladies .. Thank you 🙏
Hi Bro 😇, the commands for this this will be exactly same for kali linux .. Could you contact me via mail snatchdreams@gmail.com and share the exact issue that you are facing while doing this 😇I will definitely help you
He forgot to mention that you have to add these lines in /etc/nginx/nginx.conf add these lines in the htpp block before the last brace. # location / { # root html; # index index.html index.htm; # } #} include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; }
And to be clear I'm talking about these lines. in /etc/nginx/nginx.conf In the http block # location / { # root html; # index index.html index.htm; # } #} include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; }@@SnatchDreams BTW love your content.
From all the videos online, asking AI (gpt4), reading many blogs after 4 days.. You majestically explained exactly why I couldn't get my domains to work.. (Nginx/hosts).. You, my friend, are a superhero. May your good skills and soothing accent bring you much prosperity and luck with the ladies .. Thank you 🙏
So basically you showed everyone how to make a LAN website. Amazing.
the only step left is to change the DNS for all those domains to point to one IP then set up reverse proxy
bhai tu crazy developer hai !!! great job , meri internship bhi lele
Perfection, just what I was looking for
Thank you so much, I got stuck in the change hosts step, i didn't do that so can't complete my project. You help me so much~
Thanks ! Realy good exemple on Lab
So helpful video. Thank you so much for the upload.
Nicly Explained
Thanks ❤
Thank you
Perfect!! Thnks so much. Good video, well explained.👋👋👋
Thank you soo much 🥰
thanks..this really sorted me out
thanks so much for your tuto
You are welcome! Am happy you liked it.
Thank you so so much!!
You're welcome!
Bro tell me that for Kali Linux commands and the creating way are same..
Pls reply bro
Hi Bro 😇, the commands for this this will be exactly same for kali linux .. Could you contact me via mail snatchdreams@gmail.com and share the exact issue that you are facing while doing this 😇I will definitely help you
@@SnatchDreams thanks a lot bro.. 💖but I already solved the problem.
If a got doubt in future I will contact u
Sorry for the late reply... Please feel free to contact bro 😇
@@SnatchDreams no prblm bro 💖
Good video, but to me it is not working... I made this same way.... but the domains are not working...
He forgot to mention that you have to add these lines in /etc/nginx/nginx.conf
add these lines in the htpp block before the last brace.
# location / {
# root html;
# index index.html index.htm;
# }
#}
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
My domain opens up on my machine but the content served is the default nginx welcome page, How do I fix this? I'm on arch linux.
Video is outdated now, you have to include the config files path in the end of the http block.
Okay bro.. Will check and provide an update 😇 this is how we learn.. Thank for bringing it to notice 🥰
Yep, always appreciate helping others.@@SnatchDreams
And to be clear I'm talking about these lines.
in /etc/nginx/nginx.conf
In the http block
# location / {
# root html;
# index index.html index.htm;
# }
#}
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}@@SnatchDreams BTW love your content.
🔥🔥
why am i getting 521 error?
Very well explained but getting an error during sudo systemctl restart nginx
What is the error u are getting bro 😇 it would say error some error is there in way in which we configured