Fix REDIS

This commit is contained in:
2025-08-21 19:17:58 +00:00
parent e452c1a48d
commit 57447de760

View File

@ -126,7 +126,7 @@ cat >> "$LSETTINGS" <<EOF
\$wgDefaultSkin = "vector"; \$wgDefaultSkin = "vector";
# Enable Redis caching # Enable Redis caching
\$wgMainCacheType = CACHE_REDIS; \$wgMainCacheType = 'redis';
\$wgMemCachedServers = ["127.0.0.1:6379"]; \$wgMemCachedServers = ["127.0.0.1:6379"];
EOF EOF