Learn how to set up two or more reverse proxy endpoints under a location with Nginx.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (143)
- Scripting (130)
- Files (89)
- Processes (70)
- File Editing (37)
- Filesystems (36)
- Networking (35)
- User Administration (26)
- Security (23)
- Web (22)
- Text Processing (18)
- File Viewing (18)
- Network Configuration (16)
- Package Management (14)
- File Searching (14)
- Docker (14)
- Service Management (13)
- Installation (12)
- Series (11)
- Network Monitoring (11)
- Search (8)
- File Conversion (8)
- File Compression (8)
- Building (7)
- File Permissions (6)
- Boot Process (5)
- File Transfer (4)
Why Is There a Delay After Entering a Wrong Password at Login?
Filed under Security
For security reasons, Linux will delay before completing a login or sudo with an incorrect password. We look at why this is the case, and how to configure it.
What Is an ELF File?
Filed under Administration, Files
Learn about an Executable and Linkable Format (ELF) file and its structure.
Convert INI File Into a Bash Array
Learn how to convert an INI file to a Bash array in memory using basic primitives in scripting.
Comparing Directory Structure Without Comparing Files
Filed under Files
We may wish to check similarities or differences between two directory structures, but Linux doesn’t support this directly. We look at a few tools that can help us.
Managing the Way the File Is Cached in RAM
Filed under Administration, Processes
Learn commands to monitor and manage loading files in the disk cache.
How to Control Variable Access in the sudo Environment
Filed under Processes, User Administration
Learn how to pass environmental variables to the sudo shell.
Navigating in a File in Vim
Filed under File Searching, File Viewing
Learn how to navigate a file in Vim using motions, marks, jumps, and changes.
How to Run a Cron Job Periodically Between a Time Range
Filed under Administration, Scripting
Learn how to schedule a job to run periodically within a given time range.