Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customer file support #21

Merged
merged 1 commit into from
Sep 10, 2024
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