[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-11-17 10:49:01 +03:00
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}