Fix wgServer for production

This commit is contained in:
Adam Goldsmith 2020-06-16 12:25:59 -04:00
parent 4a00e884b5
commit 3b84056d40

View File

@ -35,7 +35,7 @@ $wgArticlePath = "/wiki/$1";
$wgUsePathInfo = true; $wgUsePathInfo = true;
## The protocol and server name to use in fully-qualified URLs ## 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.) ## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath; $wgResourceBasePath = $wgScriptPath;