summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-07-14 15:45:23 -0400
committerGitHub <noreply@github.com>2020-07-14 15:45:23 -0400
commita4da46d182c244a8d61de089d0400128924d847c (patch)
tree1bfd7113c41b0a670799c5326cacb4e47beb31c4
parent3b498ebc77884c1f585745c16e1ef8eba0922061 (diff)
downloadgitea-a4da46d182c244a8d61de089d0400128924d847c.tar.gz
gitea-a4da46d182c244a8d61de089d0400128924d847c.zip
Use correct make target for building static assets (#12247)
The webpack make target does not build semantic-ui
-rw-r--r--docs/content/doc/usage/reverse-proxies.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md
index c31576ecb8..ac980a6ee5 100644
--- a/docs/content/doc/usage/reverse-proxies.en-us.md
+++ b/docs/content/doc/usage/reverse-proxies.en-us.md
@@ -55,7 +55,7 @@ Nginx is optimized for serving static content, while the proxying of large respo
(see https://serverfault.com/q/587386).
Download a snapshot of the Gitea source repository to `/path/to/gitea/`.
-After this, run `make webpack` in the repository directory to generate the static resources. We are only interested in the `public/` directory for this task, so you can delete the rest.
+After this, run `make frontend` in the repository directory to generate the static resources. We are only interested in the `public/` directory for this task, so you can delete the rest.
(You will need to have [Node with npm](https://nodejs.org/en/download/) and `make` installed to generate the static resources)
Depending on the scale of your user base, you might want to split the traffic to two distinct servers,