Post BAbz0fBS7JNVrnFoCO by niconiconi@mk.absturztau.be
(DIR) More posts by niconiconi@mk.absturztau.be
(DIR) Post #BAbz0fBS7JNVrnFoCO by niconiconi@mk.absturztau.be
0 likes, 0 repeats
@lispi314@udongein.xyz Did you read the screenshot? The problem is that conf.d is powerless to modify already-defined variables non-destructively because it's not supported by the syntax, so this hack was explicitly designed to be used with conf.d. You drop the file into conf.d, and it uses Lua internal variables to change an existing global variable non-destructively.The non-hack solution would involve re-including the same file n times for every virtual host. You can't change the global variable, but you can use per-host variables to simulate that effect.