We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8effa5c commit 93b2a56Copy full SHA for 93b2a56
ee/core/nginxhashbucket.py
@@ -49,7 +49,7 @@ def hashbucket(self):
49
50
else:
51
with open('/etc/nginx/conf.d/ee-nginx.conf', 'a') as conf:
52
- conf.write("\tserver_names_hash_bucket_size {0};\n"
+ conf.write("server_names_hash_bucket_size {0};\n"
53
.format(ngx_hash))
54
55
EEFileUtils.searchreplace(self, '/etc/nginx/nginx.conf',
0 commit comments