Synology Redirect Nginx HTTP to https + Allow Letsencrypt

You can follow this article pretty much all the way. https://techjogging.com/redirect-www-to-https-in-synology-nas-nginx.html However, it will fail if you use Letsencrypt to generate an SSL Certificate. So you simply need to add the following above the redirect line. Here’s how it should look. Of course after you make this change you will need to restart Nginx You … Read more

Ubuntu PHP5-FPM NGINX

So I’ve been starting to deploy nginx on more systems, and working with php5-fpm and have had some great success. However a few issues have come to light, and it was hard to find information about these issues online. Lots of Google digging later I’ve found quite a bit about nginx and PHP5-FPM. Configuring nginx … Read more