Skip to content

Commit

Permalink
Release 1.17.38 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 13, 2023
1 parent 73ff9c8 commit 53fd6cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.17.38 2023-10-13 <dave at tiredofit dot ca>

### Added
- Freescout 1.8.104

### Changed
- Updated nginx config


## 1.17.37 2023-10-09 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG FREESCOUT_VERSION

ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.103"} \
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.104"} \
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
NGINX_WEBROOT=/www/html \
NGINX_SITE_ENABLED=freescout \
Expand Down
2 changes: 1 addition & 1 deletion install/etc/nginx/sites.available/freescout.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ server {

# The list should be in sync with /storage/app/public/uploads/.htaccess and /config/app.php
location ~* ^/storage/.*\.((?!(jpg|jpeg|jfif|pjpeg|pjp|apng|bmp|gif|ico|cur|png|tif|tiff|webp|pdf|txt|diff|patch|json|mp3|wav|ogg|wma)).)*$ {
add_header Content-disposition "attachment; filename=$1";
add_header Content-disposition "attachment; filename=$2";
default_type application/octet-stream;
}

Expand Down

0 comments on commit 53fd6cd

Please sign in to comment.