6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
|
||
|
location / {
|
||
|
proxy_pass http://localhost:3000;
|
||
|
}
|
||
|
|