Skip to content

Commit

Permalink
Release 1.4-2.8.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 21, 2023
1 parent f9a0482 commit bc1ae61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4-2.8.2 2023-06-21 <dave at tiredofit dot ca>

### Changed
- Fix for Nginx Access Logs when REST API enabled


## 1.4-2.8.1 2023-06-21 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/40-fusiondirectory
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi
if var_true "${PLUGIN_WEBSERVICE}" || var_true "${PLUGIN_REST}"; then
print_debug "Enabling REST plugin"
update_template /etc/nginx/sites.available/rest.template \
NGINX_LOG_ACCES_LOCATION \
NGINX_LOG_ACCESS_LOCATION \
NGINX_LOG_ERROR_LOCATION
sed -i "/include \/etc\/nginx\/sites.available\/rest.template;/d" /etc/nginx/sites.available/fusiondirectory.conf
sed -i "/### Includes/a\ \ \ \ \ \ include \/etc\/nginx\/sites.available\/rest.template;" /etc/nginx/sites.available/fusiondirectory.conf
Expand Down

0 comments on commit bc1ae61

Please sign in to comment.