adjust staging wiki for some theme testing
This commit is contained in:
parent
5e5354b86b
commit
73a8398744
2 changed files with 9 additions and 2 deletions
|
@ -188,8 +188,8 @@ $wgProxyKey = "b957b9365f724d22f666998b751507c551c66484bf75b1cc33802a67e92b0827"
|
||||||
## Default skin: you can change the default skin. Use the internal symbolic
|
## Default skin: you can change the default skin. Use the internal symbolic
|
||||||
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
|
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
wfLoadSkin( 'MonoBook' );
|
wfLoadSkin( 'Fedora' );
|
||||||
$wgDefaultSkin = 'MonoBook';
|
$wgDefaultSkin = 'Fedora';
|
||||||
{% else %}
|
{% else %}
|
||||||
$wgDefaultSkin = 'fedora';
|
$wgDefaultSkin = 'fedora';
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -18,3 +18,10 @@ Alias /{{ wikipath }} /srv/web/{{ wikiname }}-wiki/index.php
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
{% if env == "staging" %}
|
||||||
|
<Directory /mnt/web/attachments>
|
||||||
|
Options SymLinksIfOwnerMatch
|
||||||
|
AllowOverride None
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue