Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
2. Run `composer update shopsys/deployment`
3. Check files in mentioned pull requests and if you have any of them extended in your project, apply changes manually

## Upgrade from v3.2.3 to v3.2.4

- nginx app location for customer uploaded file added ([#21](https://github.com/shopsys/deployment/pull/21))

## Upgrade from v3.2.2 to v3.2.3

- implemented script to send slack notification about deployment process ([#23](https://github.com/shopsys/deployment/pull/23))
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/configmap/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ data:
fastcgi_param SCRIPT_FILENAME $realpath_root/resolveFriendlyUrl.php;
}

location ~ /(admin|public|content|ckeditor|build|bundles|graphql|_profiler|_wdt|file|redirect|elfinder|efconnect|personal-overview-export|social-network) {
location ~ /(admin|public|content|ckeditor|build|bundles|graphql|_profiler|_wdt|file|customer-file|redirect|elfinder|efconnect|personal-overview-export|social-network) {

location ~ /\. {
# hide dotfiles (send to @app)
Expand Down