Fix wgServer for production
This commit is contained in:
parent
4a00e884b5
commit
3b84056d40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user