Skip to content

Commit ef16d79

Browse files
committed
Update README
1 parent e1ebd7c commit ef16d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ It exposes the following servers:
1212
- `${ADMIN_URL}`: The url is set as an environment variable (planned to be admin.vectorinterior.design) and it proxies to the [admin-frontend](/frontend/admin/).
1313
- `location: /images/<image>`: Same as `USER_URL` location.
1414
- `location: ${USER_API_PATH}`: The path to access the [admin-backend](/backend/src/admin/).
15-
- `PORT: 5174`: This url is only available when running with `DEV_MODE=1` and it exposes the user frontend in development.
15+
- `PORT: 5174`: This url is only available when running with `DEV_MODE=1` and it exposes the user site in development.
1616
- `PORT: 5112`: The hmr port to allow vite's for hot module reloading while developing.
17-
- `PORT: 5173`: This url is only available when running with `DEV_MODE=1` and it exposes the admin frontend in development.
17+
- `PORT: 5173`: This url is only available when running with `DEV_MODE=1` and it exposes the admin site in development.
1818
- `PORT: 5111:` The hmr port to allow vite's for hot module reloading while developing.
1919

2020

0 commit comments

Comments
 (0)