Skip to content

Commit

Permalink
Moving tabius-ru to a unique port
Browse files Browse the repository at this point in the history
  • Loading branch information
mfursov committed Feb 14, 2020
1 parent 34290fc commit c65d9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/nginx/tabius-ru.nginx
Expand Up @@ -8,7 +8,7 @@ server {

# Angular Universal
location / {
proxy_pass http://127.0.0.1:14000;
proxy_pass http://127.0.0.1:4002;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
Expand All @@ -24,7 +24,7 @@ server {

# NestJS
location /api {
proxy_pass http://127.0.0.1:14001/api;
proxy_pass http://127.0.0.1:4001/api;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
Expand Down

0 comments on commit c65d9c9

Please sign in to comment.