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

From Biowikifarm Metawiki
Jump to: navigation, search
Line 3: Line 3:
 
  sudo nginx -t
 
  sudo nginx -t
 
  sudo service nginx reload
 
  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 <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)

Revision as of 10:59, 21 May 2018

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)