On this page, you can deploy the default configurations of gateway nodes.
Main categories are on the right side of Global Config. Click one category to quickly enter the setting options section.
Categories now include: Worker, SSL, Proxy, Client Request, File Buffer, Log, DNS, Gzip, Port, and Others.
For example, Worker connections
can be used to control the maximum
default connections for each work process.
Change the number to 10777
and click the Save
button on the right
side.
If saved successfully, the change will be automatically synchronized to all gateway nodes.
For SSL ciphers
and SSL protocols
, four default options are
provided.
Modern: Suitable for modern client sides.
Intermediate: Intermediate version, the default recommended option.
Old: Suitable for old client sides.
Custom: Customize when the above three default options fail to meet your needs.
In the Proxy
category, you can set Proxy Cache Zone
, Proxy Temp Path
and other configurations.
Proxy Cache Zone: If there are multiple disks, you can set multiple
Proxy Cache Zone
to distribute cache to different physical disks for
enhanced performance.
Proxy Temp Path: Custom path used to store temporary files returned from proxy service.
In the Log
category, you can exercise customized control over error log
and access log
outputs.
Avoid generating error logs
: it is in DISABLE
status by default,
and enabling it means not outputting any error logs.
Logs Path
: Output path of error logs.
Error log level
: Output level of error logs.
Maximum number of log files to keep
: Maximum number of logs to keep,
error log
and access log
will rotate every hour to save disk space
by only keeping last updated log files.
To increase the speed of writing access logs, Buffer Zone is enabled by default. The size of the buffer zone can be adjusted to an appropriate value falling somewhere between performance and resource usage.
Just set the buffer zone size at 0
if you don’t want to enable it.
In the Gzip
category, default options for Gzip such as Enable switch
and compression level can be selected. The Gzip function Enable switch
also allows you to specify the Gzip status in the application in light
of different conditions.