Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
server {
|
| 2 |
-
listen
|
| 3 |
|
| 4 |
location / {
|
| 5 |
proxy_pass http://localhost:4000;
|
|
|
|
| 1 |
server {
|
| 2 |
+
listen 7860;
|
| 3 |
|
| 4 |
location / {
|
| 5 |
proxy_pass http://localhost:4000;
|