From a5b5dbe4f56ea0c8ecf995c53dee1ec9936a8395 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 22 Sep 2022 13:53:54 +0000 Subject: [PATCH] Update README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a92290e..9ad2587 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,9 @@ # Auto-reload - Docker mod for Nginx based images -This mod allows Nginx to be reloaded automatically whenever there are valid changes to the following files and folders: -- /config/nginx/authelia-location.conf -- /config/nginx/authelia-server.conf -- /config/nginx/geoip2.conf -- /config/nginx/ldap.conf -- /config/nginx/nginx.conf +This mod allows Nginx to be reloaded automatically whenever there are valid changes to the `*.conf` files in `/config/nginx` or any files in the following folders: + - /config/nginx/proxy-confs -- /config/nginx/proxy.conf - /config/nginx/site-confs -- /config/nginx/ssl.conf In the container's docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:swag-auto-reload`