From 3b84056d40f8e5e3a4ee5df8868b693c3f42421a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 16 Jun 2020 12:25:59 -0400 Subject: [PATCH] Fix wgServer for production --- LocalSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalSettings.php b/LocalSettings.php index f3c61b5..185dce9 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -35,7 +35,7 @@ $wgArticlePath = "/wiki/$1"; $wgUsePathInfo = true; ## The protocol and server name to use in fully-qualified URLs -$wgServer = "http://localhost:8080"; +$wgServer = "https://wiki.claremontmakerspace.org"; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath;