Ankit Singhal
Wednesday, October 16, 2019
Tuesday, September 12, 2017
Hosting Static WebSite using AWS , S3 , Cloudfront
https://www.davidbaumgold.com/tutorials/host-static-site-aws-s3-cloudfront/
Wednesday, August 2, 2017
Saturday, December 26, 2015
Free Https Certificates
Use letsencrypt,org if you want free HTTPS certs . The certs are valid for 3 months. You might need to run a cron job to renew the certs.
Also while integration I faced an issue where letsencrypt server was not able to access my server. It is because I have enabled the HTTP User authentication on full site.
letsencrypt wants access to .wellknown dir. I just need to bypass this dir in nginx config. After that things worked like a charm.
Also while integration I faced an issue where letsencrypt server was not able to access my server. It is because I have enabled the HTTP User authentication on full site.
letsencrypt wants access to .wellknown dir. I just need to bypass this dir in nginx config. After that things worked like a charm.
Sunday, September 13, 2015
How to use Workspace in Jenkins build Flow plugin
While Integrating with Build Flow plugin in Jenkins , I see a strange problem of files not getting downloaded and Post builds action not getting triggered.
After goolging , I figured out the problem. We need to check the "Flow runs needs a workspace" check-box to enable the code check-out and start post build actions.
Saturday, August 8, 2015
How to design scalable social site
http://highscalability.com/blog/2015/7/22/architecting-backend-for-a-social-product.html
Saturday, July 18, 2015
Subscribe to:
Comments (Atom)