mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
bw - fix typo in server.conf
This commit is contained in:
parent
e108d3f533
commit
0867846f83
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ server {
|
|||
|
||||
# variables
|
||||
set $reason '';
|
||||
set $reason_data = '';
|
||||
set $reason_data '';
|
||||
set $ctx_ref '';
|
||||
|
||||
# include LUA files
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ server {
|
|||
|
||||
# variables
|
||||
set $reason '';
|
||||
set $reason_data = '';
|
||||
set $reason_data '';
|
||||
set $ctx_ref '';
|
||||
set $server_name '{{ SERVER_NAME.split(" ")[0] }}';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue