2 Commits

Author SHA1 Message Date
2caffffc54 chore(release): 1.1.1 2023-04-30 15:12:56 +02:00
176d6f59aa fix: Fix reverse proxy 2023-04-30 15:12:47 +02:00
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.1](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v1.1.0...v1.1.1) (2023-04-30)
### Bug Fixes
* Fix reverse proxy ([176d6f5](https://git.laurivan.com/Dev/ansible-role-firefly/commit/176d6f59aaec15da8f507bea01ba8dd446ff5c11))
## 1.1.0 (2023-04-30)

View File

@@ -35,7 +35,7 @@ TZ=Europe/Amsterdam
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
# Set it to ** and reverse proxies work just fine.
TRUSTED_PROXIES=
TRUSTED_PROXIES=**
# The log channel defines where your log entries go to.
# Several other options exist. You can use 'single' for one big fat error log (not recommended).