7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-08 17:02:19 +00:00

Tolerate long domain names

Long domain names cause nginx to crash with "could not build
server_names_hash, you should increase server_names_hash_bucket_size".

Close #115.
This commit is contained in:
Régis Behmo 2019-01-27 14:32:49 +01:00
parent 5a34a1191a
commit dc0f8a6c69

View File

@ -0,0 +1,2 @@
# Allow long domain names
server_names_hash_bucket_size 64;