This commit is contained in:
Egor Matveev 2022-03-09 00:36:10 +03:00
parent 687d4954ea
commit 3bcfacb420

View File

@ -1,3 +1,7 @@
events {
worker_connections 1024;
}
http { http {
upstream app_server { upstream app_server {
server 127.0.0.1:8000 fail_timeout=0; server 127.0.0.1:8000 fail_timeout=0;