Thanks for thetutorial. Update your description. {🔔 Subscribe for more tech tutorials: [Your Channel Name] 📧 For business inquiries: [Your Email Address]}
nginx: [emerg] open() "/etc/nginx/sites-enabled/nano" failed (40: Too many levels of symbolic links) in /etc/nginx/nginx.conf:60 nginx: configuration file /etc/nginx/nginx.conf test failed
bro just try to delete that old nginx config you created from both sites available and enabled then try again. If you don't want to do that then you can unlink the symbolic link and then try again.
getting error of WARNING: UNPROTECTED PRIVATE KEY FILE! @ Permissions 0644 for '~/.ec2/id_rsa-gsg-keypair' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. what to do in this case
Thanks for this awesome video. Keep it up
I'm struggling 5 days to deploy. This video is more helpful.
great man your genius please make more videos.
Thank you, I will
please make a video how to restart the server when we push some changes to the git and pulling it then restarting the server please provide in detail
Hi.. after the deployment I'm getting 403 forbidden error on the client console. How can we resolve this? Is it a nginx issue?
Seems like you didn't do proxy properly . . . might be nginx issue.
bhaiya npm run build command ke project directory me run kr rah hoon production build nhi ban rah hai stuck ho gya hai kya krun?
according to me, if your build starts and it gets stuck somewhere in middle that simply means your instance is out of RAM.
@@Codeman_Talks thanks you sir, I will try to deploy small nextjs project.
Hi, is this work with amazon free tier ?
or is there something in deployment is using free trial service
Yes bro . . . It works as long as you have a linux server 😁
How can i add environment variables
export naam se ek command hoti hai bhai
Bro pls make video on how to connect domain name with ec2
This video was very helpful
I am planning to make this one soon . . . Pls subscribe 😁
Thanks for thetutorial.
Update your description.
{🔔 Subscribe for more tech tutorials: [Your Channel Name]
📧 For business inquiries: [Your Email Address]}
configration file kidhar he
na comment me na discription me hai
Hello can you share all step with commands?
css not loading for the application
css location pe depend karta hai bro. and how you imported it.
file configuration to diya hi nahi bhai description mai
Configuration file kanaha hai
thanks
Nice
Thank you 😊
For more tech discussions and tech insights, please checkout our blogs on codemantalks.com/
where the SSL?
SSL is auto generated using certbot. certbot automatically updates your nginx configuration when you run `sudo certbot -d --nginx`
nginx: [emerg] open() "/etc/nginx/sites-enabled/nano" failed (40: Too many levels of symbolic links) in /etc/nginx/nginx.conf:60
nginx: configuration file /etc/nginx/nginx.conf test failed
bro just try to delete that old nginx config you created from both sites available and enabled then try again. If you don't want to do that then you can unlink the symbolic link and then try again.
🤦 Promo>SM
getting error of WARNING: UNPROTECTED PRIVATE KEY FILE! @
Permissions 0644 for '~/.ec2/id_rsa-gsg-keypair' are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
what to do in this case
chmod 600 "yourfile.pem"" this will change the permission of the file
change pem file permissions to 400
"chmod 400 file.pem"