From f98d3145eff17d2d68ed839c5ef025bf1e0c882e Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 10 Mar 2022 01:19:39 +0300 Subject: [PATCH] nginx --- nginx.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index 4980226..5ffb7d9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,12 +1,9 @@ events {} http { - include mime.types; server { - listen 80; - location / { - proxy_pass http://127.0.0.1:8000; #/$1$is_args$args; + proxy_pass http://0.0.0.0:8000; #/$1$is_args$args; } } } \ No newline at end of file