mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Update every link to the documentation to use HTTPS
This commit is contained in:
parent
07cda18b8a
commit
c6048a7cb4
21 changed files with 57 additions and 57 deletions
|
@ -59,7 +59,7 @@ if not prosody.start_time then -- server-starting
|
|||
if not suid or suid == 0 or suid == "root" then
|
||||
if pposix.getuid() == 0 and not module:get_option("run_as_root") then
|
||||
module:log("error", "Danger, Will Robinson! Prosody doesn't need to be run as root, so don't do it!");
|
||||
module:log("error", "For more information on running Prosody as root, see http://prosody.im/doc/root");
|
||||
module:log("error", "For more information on running Prosody as root, see https://prosody.im/doc/root");
|
||||
prosody.shutdown("Refusing to run as root");
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue