[~] Refactor
This commit is contained in:
parent
52f21e86cb
commit
645a3dba30
@ -34,13 +34,13 @@ with io.open(
|
|||||||
f.write(r'''
|
f.write(r'''
|
||||||
events {
|
events {
|
||||||
multi_accept on;
|
multi_accept on;
|
||||||
worker_connections 8;
|
worker_connections 64;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
client_max_body_size 200M;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
{sections_config}
|
{sections_config}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user