Wednesday, November 22, 2017

How to Enable HTTP/2 Protocol with Apache on Ubuntu 16.04/17.10

This tutorial is going to show you how to enable HTTP/2 protocol and use server push with Apache on Ubuntu 16.04 and Ubuntu 17.10. As you may know, HTTP/2 is way faster than HTTP/1.1 protocol, mainly because the former enables web browser to send multiple requests to web server at the same time...

Read full story here:
How to Enable HTTP/2 Protocol with Apache on Ubuntu 16.04/17.10

Wednesday, November 15, 2017

How to Easily Integrate OnlyOffice and NextCloud Using Docker

Previously I’ve written about integrating OnlyOffice and NextCloud the traditional way, which is a long process. Now you can easily integrate OnlyOffice and NextCloud using Docker.
There’s a new Github repository created by OnlyOffice developer team to help with integration of...

Read full story here:
How to Easily Integrate OnlyOffice and NextCloud Using Docker

Thursday, November 9, 2017

How to Enable HTTP2 Protocol with Nginx on Debian 8 Jessie Server

This tutorial will be showing you how to enable HTTP/2 protocol with Nginx on a Debian 8 server to speed up web page loading. There are 2 requirements.

Nginx version 1.9.5 or above, built with OpenSSL 1.0.2
HTTPS enabled

Let’s tackle these one by one.
Installing Nginx from Jessie...

Read full story here:
How to Enable HTTP2 Protocol with Nginx on Debian 8 Jessie Server

Tuesday, November 7, 2017

How to Properly Enable HTTPS on Apache with Let's Encrypt on Ubuntu 16.04/17.10

This tutorial is going to show you how to properly enable HTTPS on Apache with Let’s Encrypt on Ubuntu 16.04/17.10. Google Chrome and Firefox have already begun marking non-encrypted web pages with password input box as being insecure. Eventually all HTTP web pages will be marked as...

Read full story here:
How to Properly Enable HTTPS on Apache with Let's Encrypt on Ubuntu 16.04/17.10