diff --git a/proxy.conf b/proxy.conf index de4af9e..5ffd756 100644 --- a/proxy.conf +++ b/proxy.conf @@ -4,6 +4,12 @@ server { proxy_pass http://localhost:8050; } } +server { + listen 8051; + location / { + proxy_pass ws://localhost:8051; + } +} server { listen 3080; @@ -16,7 +22,7 @@ server { server { listen 3000; - location /import-service { + location /import { proxy_pass http://localhost:3000; } } \ No newline at end of file