[__jitsi_meet_domain] multidomain nginx directive duplicated #5

Closed
opened 2021-11-20 11:09:11 +00:00 by ungleich-gitea · 12 comments

directive server_names_hash_bucket_size 64; should only be applied one time, current template propagates this directive for all domains in the multidomain scenario

I don't feel creative, so I suggest this way:

-server_names_hash_bucket_size 64;
+# TODO do it only one time when multidomain scenario
+# server_names_hash_bucket_size 64;
directive `server_names_hash_bucket_size 64;` should only be applied one time, current template propagates this directive for all domains in the multidomain scenario I don't feel creative, so I suggest this way: ```diff -server_names_hash_bucket_size 64; +# TODO do it only one time when multidomain scenario +# server_names_hash_bucket_size 64; ```
ungleich-gitea added the
ready
label 2021-11-20 11:09:11 +00:00
Author
Owner

mentioned in commit 725c272e81

mentioned in commit 725c272e81ef9d4e2e39e17f7b1fe20cace63155
Author
Owner

mentioned in merge request !39

mentioned in merge request !39
Author
Owner

mentioned in commit d4f303c64b

mentioned in commit d4f303c64b8892d8715f4be19c9175153d0c10f5
Author
Owner

mentioned in commit 725c272e81

mentioned in commit 725c272e81ef9d4e2e39e17f7b1fe20cace63155
Author
Owner

mentioned in merge request !39

mentioned in merge request !39
Author
Owner

mentioned in commit d4f303c64b

mentioned in commit d4f303c64b8892d8715f4be19c9175153d0c10f5
Author
Owner

mentioned in commit 725c272e81

mentioned in commit 725c272e81ef9d4e2e39e17f7b1fe20cace63155
Author
Owner

mentioned in merge request !39

mentioned in merge request !39
Author
Owner

mentioned in commit d4f303c64b

mentioned in commit d4f303c64b8892d8715f4be19c9175153d0c10f5
Author
Owner

mentioned in commit 725c272e81

mentioned in commit 725c272e81ef9d4e2e39e17f7b1fe20cace63155
Author
Owner

mentioned in merge request !39

mentioned in merge request !39
Author
Owner

mentioned in commit d4f303c64b

mentioned in commit d4f303c64b8892d8715f4be19c9175153d0c10f5
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist-contrib#5
No description provided.