Difference between revisions of "Talk:HTTPS Support via Let’s Encrypt"

From Biowikifarm Metawiki
Jump to: navigation, search
(a late answer)
 
Line 7: Line 7:
 
2. There is no line with "$wgServer" in our LocalSettings.php. Should I add the line <code>$wgServer = "https://...</code> ?<br/>
 
2. There is no line with "$wgServer" in our LocalSettings.php. Should I add the line <code>$wgServer = "https://...</code> ?<br/>
 
[[User:Bernhard Zelazny|Bernhard Zelazny]] ([[User talk:Bernhard Zelazny|talk]]) 09:36, 21 May 2018 (CEST)
 
[[User:Bernhard Zelazny|Bernhard Zelazny]] ([[User talk:Bernhard Zelazny|talk]]) 09:36, 21 May 2018 (CEST)
 +
: Sorry, I missed this question when it was originally asked. For the first question, as Gregor already said, it doesn't matter, these commands work from any directory. And for the second question, if there is not $wgServer defined, just add it. --[[User:David Fichtmueller|David Fichtmueller]] ([[User talk:David Fichtmueller|talk]]) 09:43, 14 January 2020 (CET)

Latest revision as of 09:43, 14 January 2020

Two questions from a beginner to the section "Switching Wikis to HTTPS Only":
1. From which directory should I run the sudo commands ?

sudo nginx -t
sudo service nginx reload
I think it should not matter

2. There is no line with "$wgServer" in our LocalSettings.php. Should I add the line $wgServer = "https://... ?
Bernhard Zelazny (talk) 09:36, 21 May 2018 (CEST)

Sorry, I missed this question when it was originally asked. For the first question, as Gregor already said, it doesn't matter, these commands work from any directory. And for the second question, if there is not $wgServer defined, just add it. --David Fichtmueller (talk) 09:43, 14 January 2020 (CET)