fix: don't break when logging in with keycloak
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-10-23 20:16:37 +02:00
parent 75d1303118
commit b9097c1f94
5 changed files with 23 additions and 6 deletions

8
release/5.0.1+v1.93.0 Normal file
View File

@ -0,0 +1,8 @@
take care when upgrading! You need to add two variables to your .env file:
use the following if you don't want any access logs (including users' IP addresses):
NGINX_ACCESS_LOG_LOCATION="/dev/null"
NGINX_ERROR_LOG_LOCATION="/dev/null"
use the following if you want logs:
NGINX_ACCESS_LOG_LOCATION="/dev/stdout"
NGINX_ERROR_LOG_LOCATION="/dev/stderr"