You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,9 @@
1
1
# Auto-reload - Docker mod for Nginx based images
2
2
3
-
This mod allows Nginx to be reloaded automatically whenever there are valid changes to the following files and folders:
4
-
- /config/nginx/authelia-location.conf
5
-
- /config/nginx/authelia-server.conf
6
-
- /config/nginx/geoip2.conf
7
-
- /config/nginx/ldap.conf
8
-
- /config/nginx/nginx.conf
3
+
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:
4
+
9
5
- /config/nginx/proxy-confs
10
-
- /config/nginx/proxy.conf
11
6
- /config/nginx/site-confs
12
-
- /config/nginx/ssl.conf
13
7
14
8
In the container's docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:swag-auto-reload`
0 commit comments