Entries with the tag “nginx”

These entries have all been tagged with “nginx”.

Docker Healthcheck Values for Laravel Projects

Docker provides the HEALTHCHECK instruction for Dockerfiles and Docker Compose files.

While not absolutely required, configuring these can make your IDE and environment more robust and verbose.

Here’s what I use with some common containers in Laravel projects.

Rewrite or Redirect URL with NGINX

May 18, 2021 misc-web nginx

This is an article that originally appeared on RedirectURL, a site I built a while ago. Find out the history of that site here

With a few steps, you can create redirects using your NGINX server configuration. Let’s see how.