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

From Biowikifarm Metawiki
Jump to: navigation, search
(Created page with "Two questions from a beginner to the section "Switching Wikis to HTTPS Only":<br/> 1. From which directory should I run the sudo commands sudo nginx -t sudo service nginx re...")
 
Line 3: Line 3:
 
  sudo nginx -t
 
  sudo nginx -t
 
  sudo service nginx reload
 
  sudo service nginx reload
2. There is no line with "$wgServer" in our LocalSettings.php. Should I add the line <code>$wgServer = "https://...</code> ?
+
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 08:38, 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

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)