This commit is contained in:
Egor Matveev 2022-03-09 00:47:14 +03:00
parent 3bcfacb420
commit 6806c09856

View File

@ -4,7 +4,7 @@ events {
http {
upstream app_server {
server 127.0.0.1:8000 fail_timeout=0;
server localhost:8000 fail_timeout=0;
}
server {
listen 80;