nginx

GitLab CE in Docker. Disable HTTPS

1 minute read

GitLab CE enable https and Let’s Encrypt certificates by default. What to do if it no needs? How to disable listening 443 TCP port.

Add a free SSL certificate to NGINX server

4 minute read

In this article I will show you how to use the certbot Let’s Encrypt client to obtain a free SSL certificate and use it with Nginx on CentOS 7. I will also s...