diff --git a/Config/Prosody/etc-prosody-example/README b/Config/Prosody/etc-prosody-example/README deleted file mode 100644 index b1e8eb1..0000000 --- a/Config/Prosody/etc-prosody-example/README +++ /dev/null @@ -1,9 +0,0 @@ -Prosody configuration directory -=============================== - -The configuration file /etc/prosody/prosody.cfg.lua should contain -only global settings. - -Per-host configuration files should be placed in /etc/prosody/conf.avail/, -and the active ones should be linked in /etc/prosody/conf.d/ - diff --git a/Config/Prosody/etc/README.md b/Config/Prosody/etc/README.md new file mode 100644 index 0000000..560dcb2 --- /dev/null +++ b/Config/Prosody/etc/README.md @@ -0,0 +1,7 @@ +# Config/Prosody/etc + +These files will be copied to /etc/prosody/* on the container. + +Default example files are provided in the conf.avail directory and should not be modified. + +Rather, copy the files named *.lua.dist to be renamed without .dist, then edit the .lua files as needed. diff --git a/Config/Prosody/etc-prosody-example/conf.avail/example.com.cfg.lua b/Config/Prosody/etc/conf.avail/example.com.cfg.lua similarity index 100% rename from Config/Prosody/etc-prosody-example/conf.avail/example.com.cfg.lua rename to Config/Prosody/etc/conf.avail/example.com.cfg.lua diff --git a/Config/Prosody/etc-prosody-example/conf.avail/localhost.cfg.lua b/Config/Prosody/etc/conf.avail/localhost.cfg.lua similarity index 100% rename from Config/Prosody/etc-prosody-example/conf.avail/localhost.cfg.lua rename to Config/Prosody/etc/conf.avail/localhost.cfg.lua diff --git a/Config/Prosody/etc-prosody-example/migrator.cfg.lua b/Config/Prosody/etc/migrator.cfg.lua.dist similarity index 100% rename from Config/Prosody/etc-prosody-example/migrator.cfg.lua rename to Config/Prosody/etc/migrator.cfg.lua.dist diff --git a/Config/Prosody/etc-prosody-example/prosody.cfg.lua b/Config/Prosody/etc/prosody.cfg.lua.dist similarity index 100% rename from Config/Prosody/etc-prosody-example/prosody.cfg.lua rename to Config/Prosody/etc/prosody.cfg.lua.dist