Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -23,7 +23,7 @@ http {
|
|
| 23 |
location / {
|
| 24 |
proxy_set_header Host $host;
|
| 25 |
proxy_set_header X-Real-IP $remote_addr;
|
| 26 |
-
proxy_pass http://127.0.0.1:
|
| 27 |
}
|
| 28 |
}
|
| 29 |
}
|
|
|
|
| 23 |
location / {
|
| 24 |
proxy_set_header Host $host;
|
| 25 |
proxy_set_header X-Real-IP $remote_addr;
|
| 26 |
+
proxy_pass http://127.0.0.1:3000;
|
| 27 |
}
|
| 28 |
}
|
| 29 |
}
|