Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/274405
Change subject: wikitech: open up dumps directory to public ...................................................................... wikitech: open up dumps directory to public https://wikitech.wikimedia.org/dumps/ currently is "Forbidden" But T54170 is an actual bug about not prodiving these dumps and why would we limit access to them? They are in a directory literally called "public" on the server (/a/backup/public/). So just remove that require and open it up to the world. Depends on Ia25e7d551642c347e to remove duplicate config files for wikitech for each openstack version. Bug:T54170 Change-Id: Ib00c3e7ce7ec2b31ca528c0b5c65053449ef58ae --- M modules/openstack/templates/common/wikitech.wikimedia.org.erb 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/05/274405/1 diff --git a/modules/openstack/templates/common/wikitech.wikimedia.org.erb b/modules/openstack/templates/common/wikitech.wikimedia.org.erb index 57d45d3..f858393 100644 --- a/modules/openstack/templates/common/wikitech.wikimedia.org.erb +++ b/modules/openstack/templates/common/wikitech.wikimedia.org.erb @@ -92,9 +92,6 @@ </Location> <Directory /a/backup/public> php_flag engine off - <IfVersion >= 2.4> - Require host wikitech-static.wikimedia.org - </IfVersion> </Directory> -- To view, visit https://gerrit.wikimedia.org/r/274405 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib00c3e7ce7ec2b31ca528c0b5c65053449ef58ae Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
