Skip to content

Commit 7f67138

Browse files
committed
Allow access to the Magento Connect Manager
Access to the /downloader route was previously disabled because I never used that feature. This closes andreaskoch#29
1 parent 600bf6e commit 7f67138

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [Unreleased]
8+
### Changed
9+
- Allow access to the Magento Connect Manager (see issue #29)

config/nginx/sites-enabled/default.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ server {
2828
location ^~ /pkginfo/ { deny all; }
2929
location ^~ /report/config.xml { deny all; }
3030
location ^~ /var/ { deny all; }
31-
location ^~ /downloader/ { deny all; }
3231
location /var/export/ { deny all; }
3332

3433
# Custom Locations

0 commit comments

Comments
 (0)