5 posts tagged with "nginx"

Preventing Hotlinking with Nginx (August 11, 2020)

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…

HTTPS with Let's Encrypt (May 25, 2019)

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…

Deploying a Meteor App on Nginx (June 07, 2017)

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…

Wordpress Migration (continuation from Nginx Migration) (October 11, 2016)

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…

Nginx Migration (October 04, 2016)

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…

All tags