bw - fix typo in server.conf

This commit is contained in:
florian 2024-01-04 11:39:39 +01:00
parent e108d3f533
commit 0867846f83
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ server {
# variables
set $reason '';
set $reason_data = '';
set $reason_data '';
set $ctx_ref '';
# include LUA files

View file

@ -16,7 +16,7 @@ server {
# variables
set $reason '';
set $reason_data = '';
set $reason_data '';
set $ctx_ref '';
set $server_name '{{ SERVER_NAME.split(" ")[0] }}';