From 26ab59e219ca823fb1917ea032fb9ad4c5e5f5b4 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 14 Apr 2023 13:23:30 +0200 Subject: [PATCH] Update nginx-default.conf --- misc/nginx-default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/nginx-default.conf b/misc/nginx-default.conf index 4017ded..3dd873a 100644 --- a/misc/nginx-default.conf +++ b/misc/nginx-default.conf @@ -4,13 +4,13 @@ upstream api { server { listen 0.0.0.0:80; - root /path/to/pool/www/dist; + root /var/www/etc2pool; index index.html index.htm; server_name localhost; location /api { - proxy_pass http://api; + proxy_pass http://127.0.0.1:8080; } location / {