Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/268715

Change subject: [DONT MERGE] Set $wgResourceBasePath to "/w"
......................................................................

[DONT MERGE] Set $wgResourceBasePath to "/w"

* Requires I1860061a6 (adds /w/static.php) to be deployed first.
* Requires Apache config to be deployed first.

Bug: T99096
Change-Id: I0d61c89d7ed078e4959f80ebec37688882f74588
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/15/268715/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 2a15e9c..ece273c 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -222,7 +222,7 @@
 $wgLocalStylePath = "{$wgScriptPath}/static/$wmgVersionNumber/skins";
 
 // Don't include a hostname in these urls (T106966, T112646)
-$wgResourceBasePath = "/static/{$wmgVersionNumber}";
+$wgResourceBasePath = $wgScriptPath;
 $wgExtensionAssetsPath = "{$wgResourceBasePath}/extensions";
 $wgStylePath = "{$wgResourceBasePath}/skins";
 

-- 
To view, visit https://gerrit.wikimedia.org/r/268715
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d61c89d7ed078e4959f80ebec37688882f74588
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to