We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600bf6e commit 7f67138Copy full SHA for 7f67138
CHANGELOG.md
@@ -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
@@ -28,7 +28,6 @@ server {
28
location ^~ /pkginfo/ { deny all; }
29
location ^~ /report/config.xml { deny all; }
30
location ^~ /var/ { deny all; }
31
- location ^~ /downloader/ { deny all; }
32
location /var/export/ { deny all; }
33
34
# Custom Locations
0 commit comments