Skip to content

Commit

Permalink
nginx customer file location added
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyDaren committed Sep 9, 2024
1 parent 3642127 commit e45ca67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit e45ca67

Please sign in to comment.