5 posts tagged with "nginx"
I will be going over how to prevent hotlinking with Nginx. Hotlinking refers to accessing objects, usually images, through ways aside from the original site. This includes external sites embedding objects and requesting the object on its own…
It's increasingly important to obtain an HTTPS certificate in order to ensure websites are running as intended in various browsers. So I took in upon myself to set one up for my domain. To get started, I went to Let's Encrypt's Getting Started page…
I finally finished my portfolio site ! I used Kube as the main CSS framework and React for the Javascript. On the back end is Meteor as it was easy to set up and get going. The idea is a single page application (SPA) which consists of displaying my…
After some trial and error, Wordpress migration was a success. The toughest part was getting the site to run with the new host's nameservers (as the other sites were simply using the same ones as the old host - the domain's nameservers). It only…
On a new VPS, nothing has been set up, so I have to make sure everything is installed and working. For allowing PHP sites to run properly, I needed to have php installed: Next, the domain and subdomain setup must be configured. The way virtual hosts…