ShellHacks
Command-Line Tips and Tricks

nginx

  • Blog

Nginx: `proxy_pass` Without Trailing Slash

Posted on February 18, 2021by admin

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 […]

Read More
No comments yet
  • Blog

Docker: Reload Nginx Inside Container

Posted on March 22, 2018March 22, 2018by admin

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 […]

Read More
5 Comments
  • Blog

Nginx Web-Server Installation and Initial Configuration on CentOS/RHEL

Posted on December 27, 2016March 18, 2017by admin

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 […]

Read More
1 Comment

Online Tools

  • Base64 Decode
  • Base64 Encode

Tags

access-control anonymity ansible apache archive arduino artifactory bash boot cmd command-line curl dns docker encryption git gitlab helm java jenkins kubernetes linux macos mail mongodb mysql network openssl pdf php powershell prometheus python raspberry pi ssh sublime text systemd telegram telnet text-processing tor tsm windows wordpress yum
  • Telegram
  • Twitter
  • RSS
Privacy
Copyright © 2011-2023 | www.ShellHacks.com