From d944362c7da2a7dd6491a87bb288a1acc3e04a49 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Thu, 26 May 2022 19:33:54 -0400 Subject: [PATCH] Broaden guidance for hosting frontend --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 49dd104a7..e223f17c2 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -93,7 +93,7 @@ npm run serve #### Production -The `npm run build` command from step 1 above should have generated a `dist` directory. Put the contents of `dist/` into the root folder of your web server. +The `npm run build` command from step 1 above should have generated a `dist` directory. Put the contents of `dist/` onto your web server. You will probably want to set up a reverse proxy, TLS, etc. There are sample nginx configuration files in the top level of the repository for reference, but note that support for such tasks is outside the scope of this project.