You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nginx/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ It exposes the following servers:
12
12
-`${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/).
13
13
-`location: /images/<image>`: Same as `USER_URL` location.
14
14
-`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.
16
16
-`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.
18
18
-`PORT: 5111:` The hmr port to allow vite's for hot module reloading while developing.
0 commit comments