diff --git a/nginx-conf/site.conf b/nginx-conf/site.conf index ee61be5..f1c9d59 100644 --- a/nginx-conf/site.conf +++ b/nginx-conf/site.conf @@ -12,7 +12,7 @@ server { proxy_set_header X-Real-IP $remote_addr; # pass on real client IP location / { - proxy_pass http://site:8043; + proxy_pass http://site:3000; } # Block Bad Bots