The URLs with and without trailing slash are considered by web-servers as well as by search engines as different web-pages. By this reason the URLs with trailing slash may return 404 Not Found error, while without the trailing slash they are reachable. In this note i will show how to remove the trailing slash from […]
nginx
Docker: Reload Nginx Inside Container
If you want to update Nginx configuration or renew SSL certificates, you should reload Nginx to apply modifications. If you run Nginx inside Docker container you might be curious how to reload it without any downtime or connection interruptions. The best way to reload Nginx inside Docker container is to run docker container exec command […]
Nginx Web-Server Installation and Initial Configuration on CentOS/RHEL
Nginx is an open source web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. This guide explains how to install and perform the initial configuration of Nginx Web Server on CentOS/RHEL based systems. Adding Nginx Repository If you […]