From 98bc487d62d0b6b56e6e2e169b0243373313b9d6 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 17 Jun 2024 19:12:59 +0200 Subject: [PATCH] docs: update reverse proxy configuration path Clarified the instruction for serving static files by specifying the exact path `structables/static` instead of the container's static directory. This aims to reduce confusion and ensure accurate configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea1110..14f3857 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Of course, you can also join our [Matrix room](https://matrix.pcof.fi/#/#structa docker-compose up [-d] ``` -4. Point your reverse proxy to http://127.0.0.1:8002 (or your chosen port, if you modified it) and (optionally) serve static files from the container's static directory +4. Point your reverse proxy to http://127.0.0.1:8002 (or your chosen port, if you modified it) and (optionally) serve static files from `structables/static` 5. Connect to your instance under your domain ### Development